From 6f6b55123df1fef40b179d49b0edf32e1aad58ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:37:39 +0000 Subject: [PATCH] chore(main): release 2.12.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a6a49e0..79aeb0ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.12.0](https://github.com/pure-js/local-microblogging-client/compare/v2.11.7...v2.12.0) (2023-09-25) + + +### Features + +* close: [#250](https://github.com/pure-js/local-microblogging-client/issues/250) add breadcrumbs ([#251](https://github.com/pure-js/local-microblogging-client/issues/251)) ([2f55297](https://github.com/pure-js/local-microblogging-client/commit/2f552978e8d53255d53551b1dc6675c47ae067a2)) + + +### 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 3d458ea7..22003af3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "local-microblogging-client", - "version": "2.11.7", + "version": "2.12.0", "description": "Local Microblogging Frontend Client", "main": "src/index.jsx", "homepage": "https://pure-js.github.io/local-microblogging-client/",