diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d860bf..cf2027a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.3-beta](https://github.com/mterm-io/mterm/compare/v1.0.2-beta...v1.0.3-beta) (2024-04-27) + + +### Bug Fixes + +* release ([78b3484](https://github.com/mterm-io/mterm/commit/78b3484f06acae03b65fa638e15c00f1d6bc15b4)) + ## [1.0.2-beta](https://github.com/mterm-io/mterm/compare/v1.0.1-beta...v1.0.2-beta) (2024-04-27) diff --git a/package.json b/package.json index 4901991..2693189 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mterm", - "version": "1.0.2-beta", + "version": "1.0.3-beta", "description": "An Electron application with React and TypeScript", "main": "./out/main/index.js", "author": "example.com",