Skip to content

Commit

Permalink
chore(main): release 1.0.34-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mterm-robot committed May 27, 2024
1 parent a9cecb0 commit 8c92814
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.34-beta](https://github.com/mterm-io/mterm/compare/v1.0.33-beta...v1.0.34-beta) (2024-05-27)


### Bug Fixes

* add realtime editing and theme overrides ([#116](https://github.com/mterm-io/mterm/issues/116)), resolves [#114](https://github.com/mterm-io/mterm/issues/114) ([e968b41](https://github.com/mterm-io/mterm/commit/e968b41b357036559f7e3103ebb05ee5628993a0))
* add shell commands to utilities ([#121](https://github.com/mterm-io/mterm/issues/121)) ([6b3cb38](https://github.com/mterm-io/mterm/commit/6b3cb3880101c73257b130b4d2aac28a259bac5d)), closes [#107](https://github.com/mterm-io/mterm/issues/107)
* autocomplete 🐇🐇 ([#120](https://github.com/mterm-io/mterm/issues/120)), resolves [#104](https://github.com/mterm-io/mterm/issues/104) ([27435c4](https://github.com/mterm-io/mterm/commit/27435c4263333888e0f168551a1522edce49ea25))
* resolves [#118](https://github.com/mterm-io/mterm/issues/118) - add command add, remove and scafolding ([#125](https://github.com/mterm-io/mterm/issues/125)) ([a9cecb0](https://github.com/mterm-io/mterm/commit/a9cecb0d329a19de90cec05b91247ccb53b56a82))
* update default settings: resolves [#108](https://github.com/mterm-io/mterm/issues/108) ([f2a9f76](https://github.com/mterm-io/mterm/commit/f2a9f76c8c0726bf374a2d1960d591623d4c82f5))

## [1.0.33-beta](https://github.com/mterm-io/mterm/compare/v1.0.32-beta...v1.0.33-beta) (2024-05-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mterm",
"version": "1.0.33-beta",
"version": "1.0.34-beta",
"description": "An Electron application with React and TypeScript",
"main": "./out/main/index.js",
"author": "mterm.io",
Expand Down

0 comments on commit 8c92814

Please sign in to comment.