diff --git a/CHANGELOG.md b/CHANGELOG.md index d94be39..ac718f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 2.2.0 (2026-05-06) + +### Refactoring +- **view**: migrate view layer from React to Svelte +- **utils**: remove createSelectors wrapper from Zustand stores +- **core**: migrate from Plugins to PluginRegistry API + +### Documentation +- **readme**: update build steps for monorepo + +### Chores +- **config**: migrate build toolchain from React to Svelte + +**Full Changelog**: https://github.com/uglyboy-tl/obsidian-ink-player/compare/2.1.0...2.2.0 + ## 2.1.0 (2026-04-30) ### Features diff --git a/manifest.json b/manifest.json index 90ab090..d5790e1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "ink-player", "name": "Ink Player", - "version": "2.1.0", + "version": "2.2.0", "minAppVersion": "0.15.0", "description": "Playing interactive fiction powered by Inkle's ink engine", "author": "Uglyboy", diff --git a/package.json b/package.json index ae7ee67..b5ddc66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ink-player", - "version": "2.1.0", + "version": "2.2.0", "description": "Playing interactive fiction powered by Inkle's ink engine", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 081a18b..6a6118e 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "2.0.5": "0.15.0", "2.0.6": "0.15.0", "2.0.7": "0.15.0", - "2.1.0": "0.15.0" + "2.1.0": "0.15.0", + "2.2.0": "0.15.0" } \ No newline at end of file