Skip to content

Commit a694b5a

Browse files
committed
Bump up to next pre-release version 4.2.1-pre.0
1 parent 78d903b commit a694b5a

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
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v5
1212
with:
13-
ref: 4.2.0
13+
ref: main
1414
- uses: actions/setup-node@v6
1515
with:
1616
node-version: '24'

CHANGELOG.md

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

7+
## Unreleased
8+
79
## 4.2.0 - 2025-11-28
810
### Added
911
- Add keep-a-changelog validation check when retrieving version [#17]

package.json

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

0 commit comments

Comments
 (0)