Skip to content

Commit 9d02990

Browse files
authored
v1.0.0 (#54)
The initial release. Includes two commands (`update` and `validate`).
1 parent ac11feb commit 9d02990

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,4 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
[Unreleased]: https://github.com/MetaMask/auto-changelog/
9+
## [1.0.0]
10+
### Added
11+
- 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)).
12+
Includes the following features:
13+
- An `update` command ([#26](https://github.com/MetaMask/auto-changelog/pull/26))
14+
- A `validate` command ([#28](https://github.com/MetaMask/auto-changelog/pull/28))
15+
- Monorepo support ([#41](https://github.com/MetaMask/auto-changelog/pull/41))
16+
- 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))
17+
18+
[Unreleased]: https://github.com/MetaMask/auto-changelog/compare/v1.0.0...HEAD
19+
[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": "0.0.0",
3+
"version": "1.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)