From 49a0f4948bc3dc51ae36b026dec89698b26c0cb2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 01:09:04 +0000 Subject: [PATCH] chore(main): release 0.0.7 (#6) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ tab-bar-notch.el | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index b68e780..07194f6 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.6" + ".": "0.0.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 07f095d..3a16c9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.7](https://github.com/jimeh/tab-bar-notch/compare/v0.0.6...v0.0.7) (2024-12-24) + + +### Bug Fixes + +* **setup:** correctly re-setup tab-bar-notch if needed ([1e4b504](https://github.com/jimeh/tab-bar-notch/commit/1e4b5040dd863902658987d15740157fbff69c89)) + ## [0.0.6](https://github.com/jimeh/tab-bar-notch/compare/v0.0.5...v0.0.6) (2023-11-20) diff --git a/tab-bar-notch.el b/tab-bar-notch.el index 30eb57c..bd370d3 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.6 +;; Version: 0.0.7 ;; x-release-please-end ;; This file is not part of GNU Emacs.