Skip to content

Commit 7025771

Browse files
authored
2.0.0 (#70)
* 2.0.0 * Update changelog
1 parent 8c4306d commit 7025771

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.0.0]
10+
### Added
11+
- TypeScript types ([#59](https://github.com/MetaMask/auto-changelog/pull/59))
12+
13+
### Changed
14+
- **(BREAKING)** Move Pull Request links to end of change entries ([#66](https://github.com/MetaMask/auto-changelog/pull/66))
15+
- Rename files to use snake-case ([#64](https://github.com/MetaMask/auto-changelog/pull/64))
16+
- Validate change categories during parsing ([#62](https://github.com/MetaMask/auto-changelog/pull/62))
17+
- This causes a validation error to be thrown earlier than previously.
18+
- Migrate to TypeScript ([#59](https://github.com/MetaMask/auto-changelog/pull/59))
19+
20+
### Fixed
21+
- Release candidate tag validation ([#55](https://github.com/MetaMask/auto-changelog/pull/55))
22+
- The fixed check ensures that there are no existing tags for release candidates.
23+
- Typo in CLI error message ([#65](https://github.com/MetaMask/auto-changelog/pull/65))
24+
925
## [1.0.0]
1026
### Added
1127
- The initial `auto-changelog` implementation, adapted from the original `auto-changelog.js` script in `metamask-extension` ([#8](https://github.com/MetaMask/auto-changelog/pull/8)).
@@ -15,5 +31,6 @@ Includes the following features:
1531
- Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41))
1632
- 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))
1733

18-
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v1.0.0...HEAD
34+
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v2.0.0...HEAD
35+
[2.0.0]: https://github.com/MetaMask/auto-changelog/compare/v1.0.0...v2.0.0
1936
[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": "1.0.0",
3+
"version": "2.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)