Skip to content

Commit eeca6e8

Browse files
committed
Bump up to next pre-release version 4.0.1-pre.0
1 parent f1887c3 commit eeca6e8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/publish-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
with:
12-
ref: v4.0.0
12+
ref: main
1313
set-safe-directory: ${{ github.workspace }}
1414
- uses: actions/setup-node@v4
1515
with:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## Unreleased
9+
810
## 4.0.0 - 2025-06-28
911
### Changed
1012
- Set min node engine to >= 20.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"coverage",
1010
"publish"
1111
],
12-
"version": "4.0.0",
12+
"version": "4.0.1-pre.0",
1313
"homepage": "http://github.com/cliffano/bob",
1414
"author": "Cliffano Subagio <[email protected]> (http://blog.cliffano.com)",
1515
"contributors": [

0 commit comments

Comments
 (0)