diff --git a/CHANGELOG.md b/CHANGELOG.md index d5468b3..8c9522e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.7-beta](https://github.com/mterm-io/mterm/compare/v1.0.6-beta...v1.0.7-beta) (2024-04-27) + + +### Bug Fixes + +* linux build to use ts-loader in opt ([b569754](https://github.com/mterm-io/mterm/commit/b5697547a6e4f99e97887387d1a20c0e695b9efb)) +* linux/mac exec ([12c34e1](https://github.com/mterm-io/mterm/commit/12c34e14cf52627be32fc1a2091047f068fef475)) + ## [1.0.6-beta](https://github.com/mterm-io/mterm/compare/v1.0.5-beta...v1.0.6-beta) (2024-04-27) diff --git a/package.json b/package.json index 44ea7c2..52b9adc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mterm", - "version": "1.0.6-beta", + "version": "1.0.7-beta", "description": "An Electron application with React and TypeScript", "main": "./out/main/index.js", "author": "example.com",