diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 63c033c..45ca42f 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.4" + ".": "0.0.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f1fa02..004e68c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.5](https://github.com/jimeh/tab-bar-notch/compare/v0.0.4...v0.0.5) (2023-11-16) + + +### Bug Fixes + +* **release:** ensure version is correctly bumped in release PRs ([#2](https://github.com/jimeh/tab-bar-notch/issues/2)) ([2cbc50b](https://github.com/jimeh/tab-bar-notch/commit/2cbc50ba45eb4bc4792e4d61e4201f000b75b517)) + ## [0.0.4](https://github.com/jimeh/tab-bar-notch/compare/v0.0.3...v0.0.4) (2023-11-16) diff --git a/tab-bar-notch.el b/tab-bar-notch.el index 158349c..9c7bd24 100644 --- a/tab-bar-notch.el +++ b/tab-bar-notch.el @@ -5,7 +5,7 @@ ;; Package-Requires: ((emacs "27.1")) ;; Keywords: convenience, hardware ;; x-release-please-start-version -;; Version: 0.0.3 +;; Version: 0.0.5 ;; x-release-please-end ;; This file is not part of GNU Emacs.