Skip to content

Commit f65c16b

Browse files
github-actions[bot]github-actions
andauthored
3.4.3 (#178)
Co-authored-by: github-actions <[email protected]>
1 parent 90d9931 commit f65c16b

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.3]
10+
### Changed
11+
- Place this library under the MIT / Apache 2.0 dual license ([#175](https://github.com/MetaMask/auto-changelog/pull/175))
12+
913
## [3.4.2]
1014
### Fixed
1115
- Remove circular dependency on `@metamask/utils` ([#170](https://github.com/MetaMask/auto-changelog/pull/170))
@@ -116,7 +120,8 @@ Includes the following features:
116120
- Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41))
117121
- 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))
118122

119-
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.4.2...HEAD
123+
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.4.3...HEAD
124+
[3.4.3]: https://github.com/MetaMask/auto-changelog/compare/v3.4.2...v3.4.3
120125
[3.4.2]: https://github.com/MetaMask/auto-changelog/compare/v3.4.1...v3.4.2
121126
[3.4.1]: https://github.com/MetaMask/auto-changelog/compare/v3.4.0...v3.4.1
122127
[3.4.0]: https://github.com/MetaMask/auto-changelog/compare/v3.3.0...v3.4.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.2",
3+
"version": "3.4.3",
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)