diff --git a/CHANGELOG.md b/CHANGELOG.md index 9695613c..35b712ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.3.0](https://github.com/erdkse/adminlte-3-react/compare/v0.2.43...v0.3.0) (2024-05-26) + + +### Features + +* add small box ([b6e9439](https://github.com/erdkse/adminlte-3-react/commit/b6e9439da6ae065a138c39ece79c98814f13c494)) +* add top navigation ([ac65abd](https://github.com/erdkse/adminlte-3-react/commit/ac65abd2e4b82bc139cc749c14a94128ea66b5d4)) + ### [0.2.43](https://github.com/erdkse/adminlte-3-react/compare/v0.2.42...v0.2.43) (2024-05-25) ### [0.2.42](https://github.com/erdkse/adminlte-3-react/compare/v0.2.41...v0.2.42) (2024-05-24) diff --git a/package-lock.json b/package-lock.json index 1ff5041d..5cee0294 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "adminlte-3-react", - "version": "0.2.43", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "adminlte-3-react", - "version": "0.2.43", + "version": "0.3.0", "dependencies": { "@fortawesome/fontawesome-svg-core": "6.5.2", "@fortawesome/free-brands-svg-icons": "6.5.2", diff --git a/package.json b/package.json index 64d48d58..78c1bdbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adminlte-3-react", - "version": "0.2.43", + "version": "0.3.0", "private": true, "type": "module", "scripts": {