Skip to content

Commit 78d903b

Browse files
committed
Release version 4.2.0
1 parent 0a535ff commit 78d903b

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/publish-workflow.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Publish
23
'on':
34
push:
@@ -9,7 +10,7 @@ jobs:
910
steps:
1011
- uses: actions/checkout@v5
1112
with:
12-
ref: main
13+
ref: 4.2.0
1314
- uses: actions/setup-node@v6
1415
with:
1516
node-version: '24'

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# Changelog
2-
32
All notable changes to this project will be documented in this file.
43

54
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
65
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
76

8-
## Unreleased
9-
7+
## 4.2.0 - 2025-11-28
108
### Added
11-
- Add keep-a-changelog validation check when retrieving version #17
9+
- Add keep-a-changelog validation check when retrieving version [#17]
1210

1311
### Changed
1412
- keep-a-changelog no longer appends .0 on previous release version

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.1.1-pre.0",
20+
"version": "4.2.0",
2121
"homepage": "https://github.com/cliffano/rtk",
2222
"author": "Cliffano Subagio <[email protected]> (http://blog.cliffano.com)",
2323
"contributors": [

0 commit comments

Comments
 (0)