diff --git a/CHANGELOG.md b/CHANGELOG.md index ce024119..8ee351c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [2.11.0](https://github.com/pure-js/local-microblogging-client/compare/v2.10.0...v2.11.0) (2022-10-27) + + +### Features + +* replace bootstrap on daisyui ([#61](https://github.com/pure-js/local-microblogging-client/issues/61)) ([948bb93](https://github.com/pure-js/local-microblogging-client/commit/948bb935920e3307374c05b31ce44bc80e546e9d)) + ## [2.10.0](https://github.com/pure-js/local-microblogging-client/compare/v2.9.0...v2.10.0) (2022-10-22) diff --git a/package-lock.json b/package-lock.json index 9ddb4a54..95710664 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "local-microblogging-client", - "version": "2.10.0", + "version": "2.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "local-microblogging-client", - "version": "2.10.0", + "version": "2.11.0", "license": "MIT", "dependencies": { "@growthbook/growthbook-react": "^0.9.0", diff --git a/package.json b/package.json index 4120c2a4..0a15a786 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "local-microblogging-client", - "version": "2.10.0", + "version": "2.11.0", "description": "Local Microblogging Frontend Client", "main": "src/index.jsx", "homepage": "https://pure-js.github.io/local-microblogging-client/",