diff --git a/CHANGELOG.md b/CHANGELOG.md index 037b8ff..a4b59e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.24.0](https://github.com/Njong392/Abbreve/compare/v0.23.0...v0.24.0) (2023-04-24) + + +### Features + +* BAE ([#343](https://github.com/Njong392/Abbreve/issues/343)) ([e9a8cea](https://github.com/Njong392/Abbreve/commit/e9a8cea485f7a2f4380bb259c439bf5b171bae0c)) + + + # [0.23.0](https://github.com/Njong392/Abbreve/compare/v0.22.0...v0.23.0) (2023-04-24) @@ -34,12 +43,3 @@ -## [0.19.3](https://github.com/Njong392/Abbreve/compare/v0.19.2...v0.19.3) (2023-02-04) - - -### Bug Fixes - -* darkmode doesn't stay on refresh [#218](https://github.com/Njong392/Abbreve/issues/218) ([#236](https://github.com/Njong392/Abbreve/issues/236)) ([62631a5](https://github.com/Njong392/Abbreve/commit/62631a539271c5673f97519bed1d905ccfc2daf7)) - - - diff --git a/package.json b/package.json index 952ab07..4872d8f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "abbreve-project", "private": true, - "version": "0.23.0", + "version": "0.24.0", "type": "module", "scripts": { "dev": "vite",