Skip to content

Commit 9bca1cd

Browse files
author
GitHub Actions
committed
4.0.1
1 parent c616b47 commit 9bca1cd

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and 
77

88
## [Unreleased]
99

10+
## [4.0.1] — 2026–01–24
11+
1012
### Fixed
1113

1214
- The package no longer requires `pnpm`. But `pnpm` is highly recommended 😉
@@ -78,7 +80,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and 
7880

7981
- The basic functionality of the `update-changelog` CLI utility.
8082

81-
[Unreleased]: https://github.com/firefoxic/release-it/compare/v4.0.0...HEAD
83+
[Unreleased]: https://github.com/firefoxic/release-it/compare/v4.0.1...HEAD
84+
[4.0.1]: https://github.com/firefoxic/release-it/compare/v4.0.0...v4.0.1
8285
[4.0.0]: https://github.com/firefoxic/release-it/compare/v3.0.0...v4.0.0
8386
[3.0.0]: https://github.com/firefoxic/release-it/compare/v2.0.2...v3.0.0
8487
[2.0.2]: https://github.com/firefoxic/release-it/compare/v2.0.1...v2.0.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@firefoxic/release-it",
33
"description": "Bump, publish and release new version for npm package",
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"license": "MIT",
66
"author": {
77
"name": "Sergey Artemov",

0 commit comments

Comments
 (0)