Skip to content

Commit d0180b1

Browse files
github-actions[bot]github-actionsGudahtt
authored
3.0.0 (#128)
* 3.0.0 * Update changelog Co-authored-by: github-actions <[email protected]> Co-authored-by: Mark Stacey <[email protected]>
1 parent a07faff commit d0180b1

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [3.0.0]
10+
### Added
11+
- Support alternate tag prefixes ([#120](https://github.com/MetaMask/auto-changelog/pull/120))
12+
13+
### Changed
14+
- **BREAKING:** Update minimum Node.js version to v14 ([#117](https://github.com/MetaMask/auto-changelog/pull/117))
15+
- Get package version from manifest ([#121](https://github.com/MetaMask/auto-changelog/pull/121))
16+
917
## [2.6.1]
1018
### Fixed
1119
- When fetching remote tags, order by date to account for miniscule time differences between tags created within automated tests ([#113](https://github.com/MetaMask/auto-changelog/pull/113))
@@ -82,7 +90,8 @@ Includes the following features:
8290
- Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41))
8391
- 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))
8492

85-
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v2.6.1...HEAD
93+
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v3.0.0...HEAD
94+
[3.0.0]: https://github.com/MetaMask/auto-changelog/compare/v2.6.1...v3.0.0
8695
[2.6.1]: https://github.com/MetaMask/auto-changelog/compare/v2.6.0...v2.6.1
8796
[2.6.0]: https://github.com/MetaMask/auto-changelog/compare/v2.5.0...v2.6.0
8897
[2.5.0]: https://github.com/MetaMask/auto-changelog/compare/v2.4.0...v2.5.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": "2.6.1",
3+
"version": "3.0.0",
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)