Skip to content

Commit 80c5ced

Browse files
3.4.4 (#185)
1 parent c8ededa commit 80c5ced

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
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.4]
10+
### Added
11+
- Retain tag history on update command for renamed packages with new options ([#182](https://github.com/MetaMask/auto-changelog/pull/182))
12+
13+
- Introduced --version-before-package-rename and --tag-prefix-before-package-rename options for update command.
14+
915
## [3.4.3]
1016
### Changed
1117
- Place this library under the MIT / Apache 2.0 dual license ([#175](https://github.com/MetaMask/auto-changelog/pull/175))
@@ -120,7 +126,8 @@ Includes the following features:
120126
- Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41))
121127
- 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))
122128

123-
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.4.3...HEAD
129+
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.4.4...HEAD
130+
[3.4.4]: https://github.com/MetaMask/auto-changelog/compare/v3.4.3...v3.4.4
124131
[3.4.3]: https://github.com/MetaMask/auto-changelog/compare/v3.4.2...v3.4.3
125132
[3.4.2]: https://github.com/MetaMask/auto-changelog/compare/v3.4.1...v3.4.2
126133
[3.4.1]: https://github.com/MetaMask/auto-changelog/compare/v3.4.0...v3.4.1

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.3",
3+
"version": "3.4.4",
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)