diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 122a59d..23058a3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.4" + ".": "1.0.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 801656f..660c1a7 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.5](https://github.com/main-branch/github_pages_rake_tasks/compare/v1.0.4...v1.0.5) (2026-04-24) + + +### Other Changes + +* **dependencies:** Update dependencies for all GitHub Actions workflows ([27fee47](https://github.com/main-branch/github_pages_rake_tasks/commit/27fee475bfd7b90f2eb943c148355e00b4d163de)) + ## [1.0.4](https://github.com/main-branch/github_pages_rake_tasks/compare/v1.0.3...v1.0.4) (2025-04-18) diff --git a/lib/github_pages_rake_tasks/version.rb b/lib/github_pages_rake_tasks/version.rb index c514abc..cd5f901 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.4' + VERSION = '1.0.5' end