Skip to content

Commit 92b933d

Browse files
github-actions[bot]github-actionsMrtenz
authored
5.0.1 (#236)
This is the release candidate for version 5.0.1. --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Maarten Zuidhoorn <[email protected]>
1 parent 69835c9 commit 92b933d

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+
## [5.0.1]
10+
### Fixed
11+
- Fix CLI path ([#235](https://github.com/MetaMask/auto-changelog/pull/235))
12+
913
## [5.0.0]
1014
### Added
1115
- JavaScript sources and TypeScript declarations are now available in both CommonJS- and ESM-compatible variants ([#226](https://github.com/MetaMask/auto-changelog/pull/226))
@@ -157,7 +161,8 @@ Includes the following features:
157161
- Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41))
158162
- 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))
159163

160-
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v5.0.0...HEAD
164+
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v5.0.1...HEAD
165+
[5.0.1]: https://github.com/MetaMask/auto-changelog/compare/v5.0.0...v5.0.1
161166
[5.0.0]: https://github.com/MetaMask/auto-changelog/compare/v4.1.0...v5.0.0
162167
[4.1.0]: https://github.com/MetaMask/auto-changelog/compare/v4.0.0...v4.1.0
163168
[4.0.0]: https://github.com/MetaMask/auto-changelog/compare/v3.4.4...v4.0.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": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Utilities for validating and updating \"Keep a Changelog\" formatted changelogs",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)