diff --git a/CHANGELOG.md b/CHANGELOG.md index c523107..b803816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.3.0] +### Added +- Add `--prettier` option for Prettier-formatted changelogs ([#155](https://github.com/MetaMask/auto-changelog/pull/155)) + ## [3.2.0] ### Added - Add `--fix` option to validate command ([#148](https://github.com/MetaMask/auto-changelog/pull/148)) @@ -98,7 +102,8 @@ Includes the following features: - Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41)) - 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)) -[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.2.0...HEAD +[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.3.0...HEAD +[3.3.0]: https://github.com/MetaMask/auto-changelog/compare/v3.2.0...v3.3.0 [3.2.0]: https://github.com/MetaMask/auto-changelog/compare/v3.1.0...v3.2.0 [3.1.0]: https://github.com/MetaMask/auto-changelog/compare/v3.0.0...v3.1.0 [3.0.0]: https://github.com/MetaMask/auto-changelog/compare/v2.6.1...v3.0.0 diff --git a/package.json b/package.json index 873bb7c..fb3c826 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/auto-changelog", - "version": "3.2.0", + "version": "3.3.0", "description": "Utilities for validating and updating \"Keep a Changelog\" formatted changelogs", "publishConfig": { "registry": "https://registry.npmjs.org/",