Skip to content

Commit

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

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


### Bug Fixes

* .runner-history-running animation, resolves [#7](https://github.com/mterm-io/mterm/issues/7) ([e2ca009](https://github.com/mterm-io/mterm/commit/e2ca00990c5437ca3f27e96f0fc130277f342455))
* add history scrolling when runner closes ([dc6647f](https://github.com/mterm-io/mterm/commit/dc6647f4b414fc681a43b60a8014f5ad6005e257))
* input onblur focus resolves [#3](https://github.com/mterm-io/mterm/issues/3) ([#86](https://github.com/mterm-io/mterm/issues/86)) ([b4f722e](https://github.com/mterm-io/mterm/commit/b4f722ecb9840663cb6f975d7e5c5d7acf9f9b42))
* prettier config for vscode in windows ([#87](https://github.com/mterm-io/mterm/issues/87)) ([ece2357](https://github.com/mterm-io/mterm/commit/ece2357ab95f0a6bad75f0893f1d318838dbdf57))
* settings cli provided ([f435af1](https://github.com/mterm-io/mterm/commit/f435af1a6e3c9324b4c7a1e9aedaeb45d33bf719))
* update funding ([#85](https://github.com/mterm-io/mterm/issues/85)) ([9e0bbe7](https://github.com/mterm-io/mterm/commit/9e0bbe71ca87142136b73ff080ead017795d63d1))

## [1.0.31-beta](https://github.com/mterm-io/mterm/compare/v1.0.30-beta...v1.0.31-beta) (2024-04-29)


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.31-beta",
"version": "1.0.32-beta",
"description": "An Electron application with React and TypeScript",
"main": "./out/main/index.js",
"author": "mterm.io",
Expand Down

0 comments on commit 2f8370e

Please sign in to comment.