Skip to content

Commit 40c295e

Browse files
committed
chore: release v1.0.4
1 parent 9586d0a commit 40c295e

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.3"
2+
".": "1.0.4"
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.4](https://github.com/main-branch/github_pages_rake_tasks/compare/v1.0.3...v1.0.4) (2025-04-18)
8+
9+
10+
### Other Changes
11+
12+
* Configure release-please to includes all changes in the CHANGELOG ([9586d0a](https://github.com/main-branch/github_pages_rake_tasks/commit/9586d0a91975d221846a3b69c7c0e9a012dd0c77))
13+
714
## [1.0.3](https://github.com/main-branch/github_pages_rake_tasks/compare/v1.0.2...v1.0.3) (2025-04-17)
815

916

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.3'
6+
VERSION = '1.0.4'
77
end

0 commit comments

Comments
 (0)