Skip to content

Commit d9bf822

Browse files
committed
Bump up to next pre-release version 4.0.1-pre.0
1 parent 26b4325 commit d9bf822

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.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: 4.0.0
12+
ref: master
1313
- uses: actions/setup-node@v4
1414
with:
1515
node-version: '22'

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-07-02
911
### Changed
1012
- Switch release workflow to use release-action

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"zeus",
1717
"kraken"
1818
],
19-
"version": "4.0.0",
19+
"version": "4.0.1-pre.0",
2020
"homepage": "https://github.com/cliffano/rtk",
2121
"author": "Cliffano Subagio <blah@cliffano.com> (http://blog.cliffano.com)",
2222
"contributors": [

0 commit comments

Comments
 (0)