Skip to content

Commit 4dca89a

Browse files
committed
chore(main): release 1.0.2
1 parent 90e3919 commit 4dca89a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.1"
2+
".": "1.0.2"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Changes for each release are listed in this file. Changes prior to v1.0.0 were n
44

55
This project adheres to [Semantic Versioning](https://semver.org/) for its releases.
66

7+
## [1.0.2](https://github.com/main-branch/github_pages_rake_tasks/compare/v1.0.1...v1.0.2) (2025-04-16)
8+
9+
10+
### Bug Fixes
11+
12+
* 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))
13+
714
## v1.0.1 (2023-12-11)
815

916
[Full Changelog](https://github.com/main-branch/github_pages_rake_tasks/compare/v1.0.0..v1.0.1)

lib/github_pages_rake_tasks/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
module GithubPagesRakeTasks
55
# Version of this module
6-
VERSION = '1.0.1'
6+
VERSION = '1.0.2'
77
end

0 commit comments

Comments
 (0)