Skip to content

Commit

Permalink
4.0.0 (#206)
Browse files Browse the repository at this point in the history
* 4.0.0

* Update CHANGELOG.md

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Maarten Zuidhoorn <[email protected]>
  • Loading branch information
3 people authored Sep 23, 2024
1 parent 5e88a25 commit ef3e86e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.0]
### Changed
- **BREAKING:** Drop support for Node.js <18.18 ([#203](https://github.com/MetaMask/auto-changelog/pull/203))
- **BREAKING:** Require `prettier@>=3.0.0` ([#202](https://github.com/MetaMask/auto-changelog/pull/202))
- Prettier is now a peer dependency of this package.
- **BREAKING:** Enable Prettier formatting by default ([#204](https://github.com/MetaMask/auto-changelog/pull/204))
- Changelogs are now formatted with Prettier by default when using the CLI.
- You can opt-out of this change by specifying `--no-prettier`.

## [3.4.4]
### Added
- Retain tag history on update command for renamed packages with new options ([#182](https://github.com/MetaMask/auto-changelog/pull/182))
Expand Down Expand Up @@ -126,7 +135,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.4.4...HEAD
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v4.0.0...HEAD
[4.0.0]: https://github.com/MetaMask/auto-changelog/compare/v3.4.4...v4.0.0
[3.4.4]: https://github.com/MetaMask/auto-changelog/compare/v3.4.3...v3.4.4
[3.4.3]: https://github.com/MetaMask/auto-changelog/compare/v3.4.2...v3.4.3
[3.4.2]: https://github.com/MetaMask/auto-changelog/compare/v3.4.1...v3.4.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/auto-changelog",
"version": "3.4.4",
"version": "4.0.0",
"description": "Utilities for validating and updating \"Keep a Changelog\" formatted changelogs",
"repository": {
"type": "git",
Expand Down

0 comments on commit ef3e86e

Please sign in to comment.