Skip to content

Commit 0116b48

Browse files
github-actions[bot]github-actionslegobeatMrtenz
authored
3.4.1 (#169)
Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com> --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: legobt <6wbvkn0j@anonaddy.me> Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com> Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent de71b88 commit 0116b48

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.4.1]
10+
### Fixed
11+
- Add missing dependency `@metamask/utils` ([#168](https://github.com/MetaMask/auto-changelog/pull/168))
12+
913
## [3.4.0]
1014
### Added
1115
- Retain tag history for renamed packages with new validation options ([#157](https://github.com/MetaMask/auto-changelog/pull/157))
@@ -108,7 +112,8 @@ Includes the following features:
108112
- Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41))
109113
- 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))
110114

111-
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.4.0...HEAD
115+
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.4.1...HEAD
116+
[3.4.1]: https://github.com/MetaMask/auto-changelog/compare/v3.4.0...v3.4.1
112117
[3.4.0]: https://github.com/MetaMask/auto-changelog/compare/v3.3.0...v3.4.0
113118
[3.3.0]: https://github.com/MetaMask/auto-changelog/compare/v3.2.0...v3.3.0
114119
[3.2.0]: https://github.com/MetaMask/auto-changelog/compare/v3.1.0...v3.2.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.4.0",
3+
"version": "3.4.1",
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)