Skip to content

Commit 84c30a8

Browse files
committed
chore(release): 4.1.0
1 parent 6fa0f50 commit 84c30a8

3 files changed

Lines changed: 26 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
# [4.1.0](https://github.com/peaceiris/actions-gh-pages/compare/v4.0.0...v4.1.0) (2026-05-12)
6+
7+
8+
### chore
9+
10+
* add .codex/ ([94ae2d2](https://github.com/peaceiris/actions-gh-pages/commit/94ae2d2c73d9417ae30f61ddead523dc54d56dab))
11+
* add hasInstallScript true ([494ec9b](https://github.com/peaceiris/actions-gh-pages/commit/494ec9b2cc029a46119b4e13ff65f91eacbe1cf3))
12+
* update Node runtime and dependencies (#1147) ([954f6bf](https://github.com/peaceiris/actions-gh-pages/commit/954f6bf8259a6185f366f5cf13baee63745e0f79)), closes [#1147](https://github.com/peaceiris/actions-gh-pages/issues/1147)
13+
14+
### ci
15+
16+
* change automerge to false ([4b09552](https://github.com/peaceiris/actions-gh-pages/commit/4b09552702d0b65573696410d4707c765da2630b))
17+
* harden GitHub Actions workflows (#1156) ([aa0466c](https://github.com/peaceiris/actions-gh-pages/commit/aa0466c1792bb558ed327a96629c4dd4ec390e48)), closes [#1156](https://github.com/peaceiris/actions-gh-pages/issues/1156)
18+
19+
### docs
20+
21+
* add repository guidelines ([a1f94b5](https://github.com/peaceiris/actions-gh-pages/commit/a1f94b504729eaee11b94d0f21ef5630241e8a52))
22+
* bump to v4 from v3 ([a16b61f](https://github.com/peaceiris/actions-gh-pages/commit/a16b61f0780be556cf97931905d261429ee79342))
23+
* fix note style ([0b7567f](https://github.com/peaceiris/actions-gh-pages/commit/0b7567fde6f7517edcc13d8ffa2d89cd8734d47c))
24+
* update versions of actions (#1117) ([aa83d0c](https://github.com/peaceiris/actions-gh-pages/commit/aa83d0c2cfc3d813560e13068d3152aa21490171)), closes [#1117](https://github.com/peaceiris/actions-gh-pages/issues/1117)
25+
26+
27+
528
# [4.0.0](https://github.com/peaceiris/actions-gh-pages/compare/v3.9.3...v4.0.0) (2024-04-08)
629

730

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "actions-github-pages",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "GitHub Actions for GitHub Pages",
55
"main": "lib/index.js",
66
"engines": {

0 commit comments

Comments
 (0)