From 9abae514be353e04d35f4595fb05d94b80dc3532 Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Tue, 15 Aug 2023 16:39:11 +0200 Subject: [PATCH] chore(main): release 1.5.0 (#49) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ version.txt | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index efe9bfb..dd8fde7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.2" + ".": "1.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1b06a04 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.5.0](https://github.com/rickstaa/tmux-notify/compare/v1.4.2...v1.5.0) (2023-08-15) + + +### Features + +* optional notification title ([#41](https://github.com/rickstaa/tmux-notify/issues/41)) ([5cbb408](https://github.com/rickstaa/tmux-notify/commit/5cbb4081ed4d4230af3111c0d9d4fb9e66bd803d)) diff --git a/version.txt b/version.txt index 9df886c..bc80560 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.4.2 +1.5.0