Skip to content

Commit 004b5b4

Browse files
github-actions[bot]github-actionsGudahtt
authored
2.5.0 (#107)
* 2.5.0 * Update changelog Co-authored-by: github-actions <[email protected]> Co-authored-by: Mark Stacey <[email protected]>
1 parent a8a0ea5 commit 004b5b4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.5.0]
10+
### Added
11+
- The `validate --rc` command now ensures there are no uncategorized changes in the current release entry ([#102](https://github.com/MetaMask/auto-changelog/pull/102), [#106](https://github.com/MetaMask/auto-changelog/pull/106))
12+
913
## [2.4.0]
1014
### Changed
1115
- Permit missing separating space in "Unreleased" link reference definition ([#92](https://github.com/MetaMask/auto-changelog/pull/92))
@@ -69,7 +73,8 @@ Includes the following features:
6973
- Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41))
7074
- Configurable repository URL, version, and changelog file path ([#33](https://github.com/MetaMask/auto-changelog/pull/33), [#31](https://github.com/MetaMask/auto-changelog/pull/31), [#30](https://github.com/MetaMask/auto-changelog/pull/30))
7175

72-
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v2.4.0...HEAD
76+
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v2.5.0...HEAD
77+
[2.5.0]: https://github.com/MetaMask/auto-changelog/compare/v2.4.0...v2.5.0
7378
[2.4.0]: https://github.com/MetaMask/auto-changelog/compare/v2.3.0...v2.4.0
7479
[2.3.0]: https://github.com/MetaMask/auto-changelog/compare/v2.2.0...v2.3.0
7580
[2.2.0]: https://github.com/MetaMask/auto-changelog/compare/v2.1.0...v2.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/auto-changelog",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "Utilities for validating and updating \"Keep a Changelog\" formatted changelogs",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",

0 commit comments

Comments
 (0)