diff --git a/CHANGELOG.md b/CHANGELOG.md index 62704ff..5f4e52b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.14-beta](https://github.com/mterm-io/mterm/compare/v1.0.13-beta...v1.0.14-beta) (2024-04-27) + + +### Bug Fixes + +* switch release channel ([085ca35](https://github.com/mterm-io/mterm/commit/085ca359369556aea2466226f4001b635ad8c721)) + ## [1.0.13-beta](https://github.com/mterm-io/mterm/compare/v1.0.12-beta...v1.0.13-beta) (2024-04-27) diff --git a/package.json b/package.json index a40d6e4..2a279b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mterm", - "version": "1.0.13-beta", + "version": "1.0.14-beta", "description": "An Electron application with React and TypeScript", "main": "./out/main/index.js", "author": "mterm.io",