Skip to content

Commit 4655218

Browse files
authored
v2.2.0 (#82)
Includes a new `init` command, a bug fix, and various dev tooling updates.
1 parent 169414b commit 4655218

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.2.0]
10+
### Added
11+
- Add `init` command ([#77](https://github.com/MetaMask/auto-changelog/pull/77))
12+
13+
### Changed
14+
- Add `@lavamoat/allow-scripts` and `setup` command ([#78](https://github.com/MetaMask/auto-changelog/pull/78))
15+
- Detect all PRs referenced in each change description, rather than just the first ([#84](https://github.com/MetaMask/auto-changelog/pull/84))
16+
17+
### Fixed
18+
- Fix broken validation and updating when the lowest SemVer release isn't the first chronological release ([#76](https://github.com/MetaMask/auto-changelog/pull/76))
19+
- Fix PR number detection in existing change entries ([#83](https://github.com/MetaMask/auto-changelog/pull/83))
20+
921
## [2.1.0]
1022
### Added
1123
- Add Changelog.getStringifiedRelease ([#73](https://github.com/MetaMask/auto-changelog/pull/73))
@@ -42,7 +54,8 @@ Includes the following features:
4254
- Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41))
4355
- 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))
4456

45-
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v2.1.0...HEAD
57+
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v2.2.0...HEAD
58+
[2.2.0]: https://github.com/MetaMask/auto-changelog/compare/v2.1.0...v2.2.0
4659
[2.1.0]: https://github.com/MetaMask/auto-changelog/compare/v2.0.1...v2.1.0
4760
[2.0.1]: https://github.com/MetaMask/auto-changelog/compare/v2.0.0...v2.0.1
4861
[2.0.0]: https://github.com/MetaMask/auto-changelog/compare/v1.0.0...v2.0.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.1.0",
3+
"version": "2.2.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)