diff --git a/CHANGELOG.md b/CHANGELOG.md index f51032a..b5636fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.6.1](https://github.com/onesoft-sudo/sudobot-extensions-web/compare/v0.6.0...v0.6.1) (2024-02-08) + + +### Bug Fixes + +* update ImageWithSkeleton.tsx ([252357c](https://github.com/onesoft-sudo/sudobot-extensions-web/commit/252357c5af5e529cb3856ca31dcc45c7edf50daf)) + + + # [0.6.0](https://github.com/onesoft-sudo/sudobot-extensions-web/compare/v0.5.0...v0.6.0) (2024-02-08) @@ -34,12 +43,3 @@ -## [0.4.4](https://github.com/onesoft-sudo/sudobot-extensions-web/compare/v0.4.3...v0.4.4) (2024-02-07) - - -### Bug Fixes - -* navbar styles ([629aae1](https://github.com/onesoft-sudo/sudobot-extensions-web/commit/629aae1642a70f16873710c921ab71decc952830)) - - - diff --git a/package.json b/package.json index 39b93af..90cc9e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sudobot-extensions-web", - "version": "0.6.0", + "version": "0.6.1", "private": true, "scripts": { "dev": "next dev",