diff --git a/CHANGELOG.md b/CHANGELOG.md index 807ed73f9..ff1caa1c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.3.41.alpha-1](https://github.com/TimSusa/midi-bricks-mono/compare/v1.3.41...v1.3.41.alpha-1) (2020-10-24) + + +### Features + +* Element Settings dialog - don't disappear and close tabs on OK [#231](https://github.com/TimSusa/midi-bricks-mono/issues/231) ([eba1266](https://github.com/TimSusa/midi-bricks-mono/commit/eba12669a150832ab791ef881d52429ec550d9a9)) +* Element Settings: Input Field - Enter closes Settings dialog [#229](https://github.com/TimSusa/midi-bricks-mono/issues/229) ([1754465](https://github.com/TimSusa/midi-bricks-mono/commit/175446533d105378af9396998cd17d5f826a028c)) + + +### Bug Fixes + +* Crash when opening footer button settings ([4200af3](https://github.com/TimSusa/midi-bricks-mono/commit/4200af3386bf673745d2c294e62d3412083c03d9)) + ## [1.3.41.alpha-0](https://github.com/TimSusa/midi-bricks-mono/compare/v1.3.41...v1.3.41.alpha-0) (2020-10-24) diff --git a/package.json b/package.json index cf9d451ca..c42fbb3f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "midi-bricks-mono", - "version": "1.3.41.alpha-1", + "version": null, "private": false, "license": "MIT", "repository": "https://github.com/TimSusa/midi-bricks-mono.git",