From 4b584f23523a8e92d9f74512b3f36c6dd66c73f4 Mon Sep 17 00:00:00 2001 From: James Couball Date: Fri, 18 Apr 2025 10:13:35 -0700 Subject: [PATCH] chore: release v1.0.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/github_pages_rake_tasks/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0db4c77..122a59d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.3" + ".": "1.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4163166..801656f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ Changes for each release are listed in this file. Changes prior to v1.0.0 were n This project adheres to [Semantic Versioning](https://semver.org/) for its releases. +## [1.0.4](https://github.com/main-branch/github_pages_rake_tasks/compare/v1.0.3...v1.0.4) (2025-04-18) + + +### Other Changes + +* Configure release-please to includes all changes in the CHANGELOG ([9586d0a](https://github.com/main-branch/github_pages_rake_tasks/commit/9586d0a91975d221846a3b69c7c0e9a012dd0c77)) + ## [1.0.3](https://github.com/main-branch/github_pages_rake_tasks/compare/v1.0.2...v1.0.3) (2025-04-17) diff --git a/lib/github_pages_rake_tasks/version.rb b/lib/github_pages_rake_tasks/version.rb index 27d944f..c514abc 100644 --- a/lib/github_pages_rake_tasks/version.rb +++ b/lib/github_pages_rake_tasks/version.rb @@ -3,5 +3,5 @@ module GithubPagesRakeTasks # Version of this module - VERSION = '1.0.3' + VERSION = '1.0.4' end