diff --git a/CHANGELOG.md b/CHANGELOG.md index 1372196..f51032a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.6.0](https://github.com/onesoft-sudo/sudobot-extensions-web/compare/v0.5.0...v0.6.0) (2024-02-08) + + +### Features + +* extension installation modal ([4948919](https://github.com/onesoft-sudo/sudobot-extensions-web/commit/4948919368674dc013ee9a8af85e6f427c9101c3)) + + + # [0.5.0](https://github.com/onesoft-sudo/sudobot-extensions-web/compare/v0.4.6...v0.5.0) (2024-02-08) @@ -34,12 +43,3 @@ -## [0.4.3](https://github.com/onesoft-sudo/sudobot-extensions-web/compare/v0.4.2...v0.4.3) (2024-02-07) - - -### Bug Fixes - -* navbar desktop showing up on mobile ([d8fd0ce](https://github.com/onesoft-sudo/sudobot-extensions-web/commit/d8fd0cefd0c532b2a87c9b8d97c5c0d6b708a159)) - - - diff --git a/package.json b/package.json index c73a25d..39b93af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sudobot-extensions-web", - "version": "0.5.0", + "version": "0.6.0", "private": true, "scripts": { "dev": "next dev", @@ -47,4 +47,4 @@ "tailwindcss": "^3.3.0", "typescript": "^5" } -} +} \ No newline at end of file