From 4dca89a0cbb828df880222d55d15ab2a79b1d570 Mon Sep 17 00:00:00 2001 From: James Couball Date: Wed, 16 Apr 2025 09:23:04 -0700 Subject: [PATCH] chore(main): release 1.0.2 --- .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 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