Skip to content

Commit 320f359

Browse files
github-actions[bot]github-actionskantheshalegobeatmcmire
authored
3.4.0 (#167)
* 3.4.0 * release notes modified in changelog * remove developer-only impact change from release note Co-authored-by: Elliot Winkler <[email protected]> * release notes modified in changelog * lint:fix * fix changelog validation error --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Kanthesha Devaramane <[email protected]> Co-authored-by: legobeat <[email protected]> Co-authored-by: Elliot Winkler <[email protected]>
1 parent ef33f40 commit 320f359

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [3.4.0]
10+
### Added
11+
- Retain tag history for renamed packages with new validation options ([#157](https://github.com/MetaMask/auto-changelog/pull/157))
12+
13+
- Introduced --version-before-package-rename and --tag-prefix-before-package-rename options for validate command.
14+
915
## [3.3.0]
1016
### Added
1117
- Add `--prettier` option for Prettier-formatted changelogs ([#155](https://github.com/MetaMask/auto-changelog/pull/155))
@@ -102,7 +108,8 @@ Includes the following features:
102108
- Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41))
103109
- 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))
104110

105-
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.3.0...HEAD
111+
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.4.0...HEAD
112+
[3.4.0]: https://github.com/MetaMask/auto-changelog/compare/v3.3.0...v3.4.0
106113
[3.3.0]: https://github.com/MetaMask/auto-changelog/compare/v3.2.0...v3.3.0
107114
[3.2.0]: https://github.com/MetaMask/auto-changelog/compare/v3.1.0...v3.2.0
108115
[3.1.0]: https://github.com/MetaMask/auto-changelog/compare/v3.0.0...v3.1.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/auto-changelog",
3-
"version": "3.3.0",
3+
"version": "3.4.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)