diff --git a/CHANGELOG.md b/CHANGELOG.md index 894c487..32d3392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [0.8.0](https://github.com/onesoft-sudo/sudobot-extensions-web/compare/v0.7.3...v0.8.0) (2024-02-22) + + +### Features + +* **modals:install:** add instances ([f316e66](https://github.com/onesoft-sudo/sudobot-extensions-web/commit/f316e669694ff5390c7f4e387b311754d8150c43)) +* pagination in downloads modal ([6b8332f](https://github.com/onesoft-sudo/sudobot-extensions-web/commit/6b8332ff4b602bf58af8f51aeec97243c7a2e7e8)) + + + ## [0.7.3](https://github.com/onesoft-sudo/sudobot-extensions-web/compare/v0.7.2...v0.7.3) (2024-02-15) @@ -34,12 +44,3 @@ -## [0.6.2](https://github.com/onesoft-sudo/sudobot-extensions-web/compare/v0.6.1...v0.6.2) (2024-02-08) - - -### Bug Fixes - -* **navbar:** weird behaviour on mobile ([ae47706](https://github.com/onesoft-sudo/sudobot-extensions-web/commit/ae47706aa1c3ba2093cab2d1310afc4959a5952f)) - - - diff --git a/package.json b/package.json index a8d589d..be50819 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sudobot-extensions-web", - "version": "0.7.3", + "version": "0.8.0", "private": true, "scripts": { "dev": "next dev", @@ -49,4 +49,4 @@ "tailwindcss": "^3.3.0", "typescript": "^5" } -} +} \ No newline at end of file