Skip to content

Commit 9159de5

Browse files
github-actions[bot]github-actionsFrederikBolding
authored
3.2.0 (#151)
* 3.2.0 * Update CHANGELOG --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Frederik Bolding <[email protected]>
1 parent aa3207a commit 9159de5

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+
## [3.2.0]
10+
### Added
11+
- Add `--fix` option to validate command ([#148](https://github.com/MetaMask/auto-changelog/pull/148))
12+
913
## [3.1.0]
1014
### Added
1115
- Allow prerelease versions in release headers ([#130](https://github.com/MetaMask/auto-changelog/pull/130))
@@ -94,7 +98,8 @@ Includes the following features:
9498
- Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41))
9599
- 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))
96100

97-
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.1.0...HEAD
101+
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.2.0...HEAD
102+
[3.2.0]: https://github.com/MetaMask/auto-changelog/compare/v3.1.0...v3.2.0
98103
[3.1.0]: https://github.com/MetaMask/auto-changelog/compare/v3.0.0...v3.1.0
99104
[3.0.0]: https://github.com/MetaMask/auto-changelog/compare/v2.6.1...v3.0.0
100105
[2.6.1]: https://github.com/MetaMask/auto-changelog/compare/v2.6.0...v2.6.1

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": "3.1.0",
3+
"version": "3.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)