Skip to content

Commit fcdca78

Browse files
author
GitHub Actions
committed
3.0.0
1 parent 7e75359 commit fcdca78

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+
## [3.0.0] — 2025–09–24
11+
1012
### Changed
1113

1214
- The project has been renamed to `@firefoxic/release-it`.
@@ -66,7 +68,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and 
6668

6769
- The basic functionality of the `update-changelog` CLI utility.
6870

69-
[Unreleased]: https://github.com/firefoxic/release-it/compare/v2.0.2...HEAD
71+
[Unreleased]: https://github.com/firefoxic/release-it/compare/v3.0.0...HEAD
72+
[3.0.0]: https://github.com/firefoxic/release-it/compare/v2.0.2...v3.0.0
7073
[2.0.2]: https://github.com/firefoxic/release-it/compare/v2.0.1...v2.0.2
7174
[2.0.1]: https://github.com/firefoxic/release-it/compare/v2.0.0...v2.0.1
7275
[2.0.0]: https://github.com/firefoxic/release-it/compare/v1.0.0...v2.0.0

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": "2.0.2",
4+
"version": "3.0.0",
55
"license": "MIT",
66
"author": {
77
"name": "Sergey Artemov",

0 commit comments

Comments
 (0)