From 418844df4803cd60cd77a7c21089e46de61ff1b2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 15 Apr 2023 21:08:47 +0000 Subject: [PATCH] chore(release): 2.0.0 # [2.0.0](https://github.com/2xAA/genmdm-editor/compare/1.5.6...2.0.0) (2023-04-15) ### Bug Fixes * **draggable-select:** fixes not being able to select some values correctly ([#143](https://github.com/2xAA/genmdm-editor/issues/143)) ([a409653](https://github.com/2xAA/genmdm-editor/commit/a409653afe64331083acd968e7933c2d75f2bada)) ### Features * **state:** adds autosave, state sync and reset ([#145](https://github.com/2xAA/genmdm-editor/issues/145)) ([66c57b2](https://github.com/2xAA/genmdm-editor/commit/66c57b291b12b33af11269d128c8322b3be10537)) * usability improvements ([#140](https://github.com/2xAA/genmdm-editor/issues/140)) ([a6a9aae](https://github.com/2xAA/genmdm-editor/commit/a6a9aaefd383cab85a6105d638b01d02b2dc3e6a)) * **y12:** add y12 upload/download ([#141](https://github.com/2xAA/genmdm-editor/issues/141)) ([9b9ec42](https://github.com/2xAA/genmdm-editor/commit/9b9ec428f0f715b9f9ff186c44972c8fa9cddfd5)) ### BREAKING CHANGES * the default behaviour in 1.x.x was dragging to change values on most fields, this has been replaced with a select/dropdown. dragging is still available on the right mouse button and on mobile (iOS styling is a bit broken) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 279e570..f589186 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "genmdm-editor", "author": "2xAA", - "version": "1.5.6", + "version": "2.0.0", "productName": "genMDM Editor", "private": true, "description": "genMDM editor is a web-based interface for genMDM, a MIDI controller for the Sega Mega Drive and Genesis",