Skip to content

Commit 26b4325

Browse files
committed
Release version 4.0.0
1 parent f707d8f commit 26b4325

3 files changed

Lines changed: 3 additions & 4 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: main
12+
ref: 4.0.0
1313
- uses: actions/setup-node@v4
1414
with:
1515
node-version: '22'

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ 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-
8+
## 4.0.0 - 2025-07-02
109
### Changed
1110
- Switch release workflow to use release-action
1211
- Set min node engine to >= 20.0.0

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": "3.1.2-pre.0",
19+
"version": "4.0.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)