diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d7e5f1..b870c5e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b56d8f6..6fe92cf 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.2](https://github.com/main-branch/github_pages_rake_tasks/compare/v1.0.1...v1.0.2) (2025-04-16) + + +### Bug Fixes + +* Automate commit-to-publish workflow ([#29](https://github.com/main-branch/github_pages_rake_tasks/issues/29)) ([90e3919](https://github.com/main-branch/github_pages_rake_tasks/commit/90e3919a1566b0123dacc95165cc0f0916736e7b)) + ## v1.0.1 (2023-12-11) [Full Changelog](https://github.com/main-branch/github_pages_rake_tasks/compare/v1.0.0..v1.0.1) diff --git a/lib/github_pages_rake_tasks/version.rb b/lib/github_pages_rake_tasks/version.rb index c681d11..46f31cc 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.1' + VERSION = '1.0.2' end