diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a6a49e0..c64ed28a 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.8](https://github.com/pure-js/local-microblogging-client/compare/v2.11.7...v2.11.8) (2023-07-21) + + +### Bug Fixes + +* unit test ([#170](https://github.com/pure-js/local-microblogging-client/issues/170)) ([21635c8](https://github.com/pure-js/local-microblogging-client/commit/21635c80949c719f210f51e977c3fc4c53189ff0)) + ## [2.11.7](https://github.com/pure-js/local-microblogging-client/compare/v2.11.6...v2.11.7) (2022-11-05) diff --git a/package-lock.json b/package-lock.json index 1eb01f71..02cadc74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "local-microblogging-client", - "version": "2.11.7", + "version": "2.11.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "local-microblogging-client", - "version": "2.11.7", + "version": "2.11.8", "license": "MIT", "dependencies": { "@growthbook/growthbook-react": "^0.17.0", diff --git a/package.json b/package.json index 7755821d..feb57356 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "local-microblogging-client", - "version": "2.11.7", + "version": "2.11.8", "description": "Local Microblogging Frontend Client", "main": "src/index.jsx", "homepage": "https://pure-js.github.io/local-microblogging-client/",