From 8805a2e20775b86ecf7531f2464e0a7e4e45c98e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 08:50:37 +0000 Subject: [PATCH] chore(main): release 2.11.8 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a6a49e0..372bf957 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-09-09) + + +### 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.json b/package.json index ec3c598b..184a6736 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/",