From 8c92814bd069414c0396e88f7511149c3dcbf962 Mon Sep 17 00:00:00 2001 From: MTERM <168275173+mterm-robot@users.noreply.github.com> Date: Mon, 27 May 2024 12:34:16 -0400 Subject: [PATCH] chore(main): release 1.0.34-beta --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b9ee31..8484b1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 82a6608..bec9510 100644 --- a/package.json +++ b/package.json @@ -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",