diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 37fcefaa..8d7e5f13 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c2ee7921..bebdc260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.1](https://github.com/catppuccin/tmux/compare/v1.0.0...v1.0.1) (2024-10-05) + + +### Bug Fixes + +* **readme:** fix the example configurations ([#343](https://github.com/catppuccin/tmux/issues/343)) ([06183b3](https://github.com/catppuccin/tmux/commit/06183b31216b4ed917760b3d59565e242eee6a64)) +* **readme:** fix the version number, and fix escaping in the custom status line module docs ([#357](https://github.com/catppuccin/tmux/issues/357)) ([db466f8](https://github.com/catppuccin/tmux/commit/db466f8c2dbcfdd84e501ee8274bdfdcf049d65d)) + ## [1.0.0](https://github.com/catppuccin/tmux/compare/v0.4.0...v1.0.0) (2024-10-02) diff --git a/README.md b/README.md index c3eabb04..cb37ef69 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ git clone https://github.com/catppuccin/tmux.git ~/.config/tmux/plugins/catppucc ```bash -set -g @plugin 'catppuccin/tmux#v1.0.0' # See https://github.com/catppuccin/tmux/tags for additional tags +set -g @plugin 'catppuccin/tmux#v1.0.1' # See https://github.com/catppuccin/tmux/tags for additional tags # ...alongside set -g @plugin 'tmux-plugins/tpm' ```