diff --git a/CHANGELOG.md b/CHANGELOG.md index b07a2a9..a36249a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.4.6](https://github.com/onesoft-sudo/sudobot-extensions-web/compare/v0.4.5...v0.4.6) (2024-02-08) + + +### Bug Fixes + +* final page fixups ([44fc33d](https://github.com/onesoft-sudo/sudobot-extensions-web/commit/44fc33df7a064569c70c175cc399c0f9fc40f4d7)) + + + ## [0.4.5](https://github.com/onesoft-sudo/sudobot-extensions-web/compare/v0.4.4...v0.4.5) (2024-02-08) @@ -34,12 +43,3 @@ -## [0.4.1](https://github.com/onesoft-sudo/sudobot-extensions-web/compare/v0.4.0...v0.4.1) (2024-02-07) - - -### Bug Fixes - -* type errors ([13f855a](https://github.com/onesoft-sudo/sudobot-extensions-web/commit/13f855a6d954b43b8f1ad0574c6da8f9822d4bd6)) - - - diff --git a/package.json b/package.json index 51c2d1f..44fcbfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sudobot-extensions-web", - "version": "0.4.5", + "version": "0.4.6", "private": true, "scripts": { "dev": "next dev",