diff --git a/CHANGELOG.md b/CHANGELOG.md index ffd2e51..b1dce68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.5-beta](https://github.com/mterm-io/mterm/compare/v1.0.4-beta...v1.0.5-beta) (2024-04-27) + + +### Bug Fixes + +* proper icons ([7fb563e](https://github.com/mterm-io/mterm/commit/7fb563ec9588d8ca37a5a41a36402c3a96c81982)) + ## [1.0.4-beta](https://github.com/mterm-io/mterm/compare/v1.0.3-beta...v1.0.4-beta) (2024-04-27) diff --git a/package.json b/package.json index 3c2cba4..bf9506e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mterm", - "version": "1.0.4-beta", + "version": "1.0.5-beta", "description": "An Electron application with React and TypeScript", "main": "./out/main/index.js", "author": "example.com",