Skip to content

Commit e59260a

Browse files
authored
2.0.1 (#72)
* 2.0.1 * Update changelog
1 parent b5d26b5 commit e59260a

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+
## [2.0.1]
10+
### Fixed
11+
- Prevent old build files from being published ([#71](https://github.com/MetaMask/auto-changelog/pull/71))
12+
913
## [2.0.0]
1014
### Added
1115
- TypeScript types ([#59](https://github.com/MetaMask/auto-changelog/pull/59))
@@ -31,6 +35,7 @@ Includes the following features:
3135
- Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41))
3236
- 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))
3337

34-
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v2.0.0...HEAD
38+
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v2.0.1...HEAD
39+
[2.0.1]: https://github.com/MetaMask/auto-changelog/compare/v2.0.0...v2.0.1
3540
[2.0.0]: https://github.com/MetaMask/auto-changelog/compare/v1.0.0...v2.0.0
3641
[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.0",
3+
"version": "2.0.1",
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)