From a5fed632b3652f112ad6d0afe12d5675ccfe2867 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 11 Feb 2022 16:24:26 +0000 Subject: [PATCH] chore(release): 5.0.0 [skip ci] # [5.0.0](https://github.com/adobe/helix-sidekick-extension/compare/v4.2.3...v5.0.0) (2022-02-11) ### chore * **ci:** force major release ([9c7113e](https://github.com/adobe/helix-sidekick-extension/commit/9c7113e0e74d35f19b2aec281c2f0eb297716d5d)) ### Features * filter help topics by target version ([00117f1](https://github.com/adobe/helix-sidekick-extension/commit/00117f13f2cd292ccc7d47faa0041d39e6489198)) * show help (wip) ([26a9664](https://github.com/adobe/helix-sidekick-extension/commit/26a9664888fe0bcc37bd64dfa7751c574282524a)) * show help (wip) ([9d376d9](https://github.com/adobe/helix-sidekick-extension/commit/9d376d9e8d87170a16ea6b9e9cf179fbab06ec5e)) * show help content ([aa2fb82](https://github.com/adobe/helix-sidekick-extension/commit/aa2fb820f8dff09bfe70f7e28892641ecd585cee)) ### BREAKING CHANGES * **ci:** major UX changes --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46150a02a..91165353b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [5.0.0](https://github.com/adobe/helix-sidekick-extension/compare/v4.2.3...v5.0.0) (2022-02-11) + + +### chore + +* **ci:** force major release ([9c7113e](https://github.com/adobe/helix-sidekick-extension/commit/9c7113e0e74d35f19b2aec281c2f0eb297716d5d)) + + +### Features + +* filter help topics by target version ([00117f1](https://github.com/adobe/helix-sidekick-extension/commit/00117f13f2cd292ccc7d47faa0041d39e6489198)) +* show help (wip) ([26a9664](https://github.com/adobe/helix-sidekick-extension/commit/26a9664888fe0bcc37bd64dfa7751c574282524a)) +* show help (wip) ([9d376d9](https://github.com/adobe/helix-sidekick-extension/commit/9d376d9e8d87170a16ea6b9e9cf179fbab06ec5e)) +* show help content ([aa2fb82](https://github.com/adobe/helix-sidekick-extension/commit/aa2fb820f8dff09bfe70f7e28892641ecd585cee)) + + +### BREAKING CHANGES + +* **ci:** major UX changes + ## [4.2.3](https://github.com/adobe/helix-sidekick-extension/compare/v4.2.2...v4.2.3) (2022-02-08) diff --git a/package.json b/package.json index e9815c00a..23a516afe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-sidekick-extension", - "version": "4.2.3", + "version": "5.0.0", "description": "Helix Sidekick Extension", "scripts": { "lint": "./node_modules/.bin/eslint .",