Skip to content

Commit aedee1f

Browse files
github-actions[bot]github-actionsrekmarks
authored
2.6.0 (#112)
* 2.6.0 * Update CHANGELOG.md Co-authored-by: github-actions <[email protected]> Co-authored-by: Erik Marks <[email protected]>
1 parent e48ffd0 commit aedee1f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.6.0]
10+
### Changed
11+
- Read repository URL from package.json if `npm_package_repository_url` is not set ([#111](https://github.com/MetaMask/auto-changelog/pull/111))
12+
- This makes this package compatible with Yarn >1.
13+
914
## [2.5.0]
1015
### Added
1116
- The `validate --rc` command now ensures there are no uncategorized changes in the current release entry ([#102](https://github.com/MetaMask/auto-changelog/pull/102), [#106](https://github.com/MetaMask/auto-changelog/pull/106))
@@ -73,7 +78,8 @@ Includes the following features:
7378
- Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41))
7479
- 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))
7580

76-
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v2.5.0...HEAD
81+
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v2.6.0...HEAD
82+
[2.6.0]: https://github.com/MetaMask/auto-changelog/compare/v2.5.0...v2.6.0
7783
[2.5.0]: https://github.com/MetaMask/auto-changelog/compare/v2.4.0...v2.5.0
7884
[2.4.0]: https://github.com/MetaMask/auto-changelog/compare/v2.3.0...v2.4.0
7985
[2.3.0]: https://github.com/MetaMask/auto-changelog/compare/v2.2.0...v2.3.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.5.0",
3+
"version": "2.6.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)