Skip to content

Commit 5966857

Browse files
authored
v2.1.0 (#75)
Includes one bug fix and one feature.
1 parent 307ea3a commit 5966857

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.1.0]
10+
### Added
11+
- Add Changelog.getStringifiedRelease ([#73](https://github.com/MetaMask/auto-changelog/pull/73))
12+
13+
### Fixed
14+
- Remove trailing '.git' from default repo URL ([#74](https://github.com/MetaMask/auto-changelog/pull/74))
15+
916
## [2.0.1]
1017
### Fixed
1118
- Prevent old build files from being published ([#71](https://github.com/MetaMask/auto-changelog/pull/71))
@@ -35,7 +42,8 @@ Includes the following features:
3542
- Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41))
3643
- 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))
3744

38-
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v2.0.1...HEAD
45+
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v2.1.0...HEAD
46+
[2.1.0]: https://github.com/MetaMask/auto-changelog/compare/v2.0.1...v2.1.0
3947
[2.0.1]: https://github.com/MetaMask/auto-changelog/compare/v2.0.0...v2.0.1
4048
[2.0.0]: https://github.com/MetaMask/auto-changelog/compare/v1.0.0...v2.0.0
4149
[1.0.0]: https://github.com/MetaMask/auto-changelog/releases/tag/v1.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": "2.0.1",
3+
"version": "2.1.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)