Skip to content

Commit

Permalink
3.4.1 (#169)
Browse files Browse the repository at this point in the history

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>
  • Loading branch information
5 people authored Oct 23, 2023
1 parent de71b88 commit 0116b48
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.1]
### Fixed
- Add missing dependency `@metamask/utils` ([#168](https://github.com/MetaMask/auto-changelog/pull/168))

## [3.4.0]
### Added
- Retain tag history for renamed packages with new validation options ([#157](https://github.com/MetaMask/auto-changelog/pull/157))
Expand Down Expand Up @@ -108,7 +112,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.0...HEAD
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.4.1...HEAD
[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
[3.3.0]: https://github.com/MetaMask/auto-changelog/compare/v3.2.0...v3.3.0
[3.2.0]: https://github.com/MetaMask/auto-changelog/compare/v3.1.0...v3.2.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.0",
"version": "3.4.1",
"description": "Utilities for validating and updating \"Keep a Changelog\" formatted changelogs",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down

0 comments on commit 0116b48

Please sign in to comment.