From d78e6ed8d4ee4229ded629bd878599b723cf3361 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 12 Aug 2024 08:56:08 +0000 Subject: [PATCH] chore(release): 0.5.0 [skip ci] # [0.5.0](https://github.com/Otard95/prun-palette/compare/v0.4.0...v0.5.0) (2024-08-12) ### Features * **keybinds:** Refactor keybinds ([#17](https://github.com/Otard95/prun-palette/issues/17)) ([2205dbf](https://github.com/Otard95/prun-palette/commit/2205dbf8b70a2f3c34633d5a4bad481f5cd6c288)), closes [#16](https://github.com/Otard95/prun-palette/issues/16) --- CHANGELOG.md | 7 +++++++ manifest.chrome.json | 2 +- manifest.firefox.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa27aef..dcc6505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.5.0](https://github.com/Otard95/prun-palette/compare/v0.4.0...v0.5.0) (2024-08-12) + + +### Features + +* **keybinds:** Refactor keybinds ([#17](https://github.com/Otard95/prun-palette/issues/17)) ([2205dbf](https://github.com/Otard95/prun-palette/commit/2205dbf8b70a2f3c34633d5a4bad481f5cd6c288)), closes [#16](https://github.com/Otard95/prun-palette/issues/16) + # [0.4.0](https://github.com/Otard95/prun-palette/compare/v0.3.2...v0.4.0) (2023-06-27) diff --git a/manifest.chrome.json b/manifest.chrome.json index b9f77fa..e052c4d 100644 --- a/manifest.chrome.json +++ b/manifest.chrome.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "PrUn Palette", - "version": "0.4.0", + "version": "0.5.0", "description": "Adds a command palette to Prosperous Universe", diff --git a/manifest.firefox.json b/manifest.firefox.json index 23e24cf..33edd0f 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "PrUn Palette", - "version": "0.4.0", + "version": "0.5.0", "description": "Adds a command palette to Prosperous Universe",