Skip to content

Commit ef3e86e

Browse files
github-actions[bot]github-actionsMrtenz
authored
4.0.0 (#206)
* 4.0.0 * Update CHANGELOG.md --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Maarten Zuidhoorn <[email protected]>
1 parent 5e88a25 commit ef3e86e

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [4.0.0]
10+
### Changed
11+
- **BREAKING:** Drop support for Node.js <18.18 ([#203](https://github.com/MetaMask/auto-changelog/pull/203))
12+
- **BREAKING:** Require `prettier@>=3.0.0` ([#202](https://github.com/MetaMask/auto-changelog/pull/202))
13+
- Prettier is now a peer dependency of this package.
14+
- **BREAKING:** Enable Prettier formatting by default ([#204](https://github.com/MetaMask/auto-changelog/pull/204))
15+
- Changelogs are now formatted with Prettier by default when using the CLI.
16+
- You can opt-out of this change by specifying `--no-prettier`.
17+
918
## [3.4.4]
1019
### Added
1120
- Retain tag history on update command for renamed packages with new options ([#182](https://github.com/MetaMask/auto-changelog/pull/182))
@@ -126,7 +135,8 @@ Includes the following features:
126135
- Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41))
127136
- 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))
128137

129-
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.4.4...HEAD
138+
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v4.0.0...HEAD
139+
[4.0.0]: https://github.com/MetaMask/auto-changelog/compare/v3.4.4...v4.0.0
130140
[3.4.4]: https://github.com/MetaMask/auto-changelog/compare/v3.4.3...v3.4.4
131141
[3.4.3]: https://github.com/MetaMask/auto-changelog/compare/v3.4.2...v3.4.3
132142
[3.4.2]: https://github.com/MetaMask/auto-changelog/compare/v3.4.1...v3.4.2

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.4.4",
3+
"version": "4.0.0",
44
"description": "Utilities for validating and updating \"Keep a Changelog\" formatted changelogs",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)