Skip to content

Commit

Permalink
3.4.3 (#178)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Nov 6, 2023
1 parent 90d9931 commit f65c16b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.4.3]
### Changed
- Place this library under the MIT / Apache 2.0 dual license ([#175](https://github.com/MetaMask/auto-changelog/pull/175))

## [3.4.2]
### Fixed
- Remove circular dependency on `@metamask/utils` ([#170](https://github.com/MetaMask/auto-changelog/pull/170))
Expand Down Expand Up @@ -116,7 +120,8 @@ Includes the following features:
- Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41))
- 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))

[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.4.2...HEAD
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.4.3...HEAD
[3.4.3]: https://github.com/MetaMask/auto-changelog/compare/v3.4.2...v3.4.3
[3.4.2]: https://github.com/MetaMask/auto-changelog/compare/v3.4.1...v3.4.2
[3.4.1]: https://github.com/MetaMask/auto-changelog/compare/v3.4.0...v3.4.1
[3.4.0]: https://github.com/MetaMask/auto-changelog/compare/v3.3.0...v3.4.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/auto-changelog",
"version": "3.4.2",
"version": "3.4.3",
"description": "Utilities for validating and updating \"Keep a Changelog\" formatted changelogs",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down

0 comments on commit f65c16b

Please sign in to comment.