diff --git a/CHANGELOG.md b/CHANGELOG.md index 2721094..3d860bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2-beta](https://github.com/mterm-io/mterm/compare/v1.0.1-beta...v1.0.2-beta) (2024-04-27) + + +### Bug Fixes + +* add error logger to log utility ([7c116d0](https://github.com/mterm-io/mterm/commit/7c116d01f22b02efa6ecf3245ab48ce68a7cf12d)) + ## [1.0.1-beta](https://github.com/mterm-io/mterm/compare/1.0.0-beta...v1.0.1-beta) (2024-04-27) diff --git a/package.json b/package.json index 6db6511..4901991 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mterm", - "version": "1.0.1-beta", + "version": "1.0.2-beta", "description": "An Electron application with React and TypeScript", "main": "./out/main/index.js", "author": "example.com",