Skip to content

Commit e8df1ec

Browse files
github-actions[bot]github-actionsdanroc
authored
3.3.0 (#156)
* 3.3.0 * Update changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Daniel Rocha <[email protected]>
1 parent 703a6d8 commit e8df1ec

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.3.0]
10+
### Added
11+
- Add `--prettier` option for Prettier-formatted changelogs ([#155](https://github.com/MetaMask/auto-changelog/pull/155))
12+
913
## [3.2.0]
1014
### Added
1115
- Add `--fix` option to validate command ([#148](https://github.com/MetaMask/auto-changelog/pull/148))
@@ -98,7 +102,8 @@ Includes the following features:
98102
- Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41))
99103
- 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))
100104

101-
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.2.0...HEAD
105+
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.3.0...HEAD
106+
[3.3.0]: https://github.com/MetaMask/auto-changelog/compare/v3.2.0...v3.3.0
102107
[3.2.0]: https://github.com/MetaMask/auto-changelog/compare/v3.1.0...v3.2.0
103108
[3.1.0]: https://github.com/MetaMask/auto-changelog/compare/v3.0.0...v3.1.0
104109
[3.0.0]: https://github.com/MetaMask/auto-changelog/compare/v2.6.1...v3.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": "3.2.0",
3+
"version": "3.3.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)