Skip to content

Commit 4574a31

Browse files
github-actions[bot]github-actionsmcmireMrtenz
authored
3.4.2 (#171)
Co-authored-by: github-actions <[email protected]> Co-authored-by: Elliot Winkler <[email protected]> Co-authored-by: Maarten Zuidhoorn <[email protected]>
1 parent cf631ec commit 4574a31

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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.2]
10+
### Fixed
11+
- Remove circular dependency on `@metamask/utils` ([#170](https://github.com/MetaMask/auto-changelog/pull/170))
12+
913
## [3.4.1]
1014
### Fixed
1115
- Add missing dependency `@metamask/utils` ([#168](https://github.com/MetaMask/auto-changelog/pull/168))
@@ -112,7 +116,8 @@ Includes the following features:
112116
- Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41))
113117
- 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))
114118

115-
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.4.1...HEAD
119+
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.4.2...HEAD
120+
[3.4.2]: https://github.com/MetaMask/auto-changelog/compare/v3.4.1...v3.4.2
116121
[3.4.1]: https://github.com/MetaMask/auto-changelog/compare/v3.4.0...v3.4.1
117122
[3.4.0]: https://github.com/MetaMask/auto-changelog/compare/v3.3.0...v3.4.0
118123
[3.3.0]: https://github.com/MetaMask/auto-changelog/compare/v3.2.0...v3.3.0

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