Skip to content

Commit 9476528

Browse files
rekmarksGudahtt
andauthored
2.3.0 (#88)
* 2.3.0 * Update changelog Co-authored-by: Mark Stacey <[email protected]>
1 parent eb7bfcf commit 9476528

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.3.0]
10+
### Added
11+
- More exports to index.ts ([#86](https://github.com/MetaMask/auto-changelog/pull/86))
12+
- Specifically, the `Changelog` class, `createEmptyChangelog`, and `parseChangelog`.
13+
14+
### Fixed
15+
- Correctly calculate the most recent git tag ([#87](https://github.com/MetaMask/auto-changelog/pull/87)) ([#87](https://github.com/MetaMask/auto-changelog/pull/87))
16+
- Previously, we passed the path to the project root directory as a parameter to an invocation of `git rev-list`. For all repositories, this caused most tags belonging to merge commits to be excluded. For monorepos, this also caused tags belonging to commits that didn't change any files belonging to the changelog's package / workspace to be excluded.
17+
918
## [2.2.0]
1019
### Added
1120
- Add `init` command ([#77](https://github.com/MetaMask/auto-changelog/pull/77))
@@ -54,7 +63,8 @@ Includes the following features:
5463
- Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41))
5564
- 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))
5665

57-
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v2.2.0...HEAD
66+
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v2.3.0...HEAD
67+
[2.3.0]: https://github.com/MetaMask/auto-changelog/compare/v2.2.0...v2.3.0
5868
[2.2.0]: https://github.com/MetaMask/auto-changelog/compare/v2.1.0...v2.2.0
5969
[2.1.0]: https://github.com/MetaMask/auto-changelog/compare/v2.0.1...v2.1.0
6070
[2.0.1]: https://github.com/MetaMask/auto-changelog/compare/v2.0.0...v2.0.1

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.2.0",
3+
"version": "2.3.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)