Skip to content

Commit 005fd99

Browse files
committed
setup auto-changelog
1 parent d364993 commit 005fd99

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

packages/sample-snap/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
[Unreleased]: https://github.com/MetaMask/internal-snaps/

packages/sample-snap/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
},
4949
"devDependencies": {
5050
"@jest/globals": "^29.5.0",
51+
"@metamask/auto-changelog": "^6.1.0",
5152
"@metamask/snaps-cli": "^8.3.0",
5253
"@metamask/snaps-jest": "^9.8.0",
5354
"@types/react": "18.2.4",

yarn.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1684,7 +1684,7 @@ __metadata:
16841684
languageName: node
16851685
linkType: hard
16861686

1687-
"@metamask/auto-changelog@npm:^6.1.1":
1687+
"@metamask/auto-changelog@npm:^6.1.0, @metamask/auto-changelog@npm:^6.1.1":
16881688
version: 6.1.1
16891689
resolution: "@metamask/auto-changelog@npm:6.1.1"
16901690
dependencies:
@@ -2786,6 +2786,7 @@ __metadata:
27862786
resolution: "@metamask/sample-snap@workspace:packages/sample-snap"
27872787
dependencies:
27882788
"@jest/globals": "npm:^29.5.0"
2789+
"@metamask/auto-changelog": "npm:^6.1.0"
27892790
"@metamask/snaps-cli": "npm:^8.3.0"
27902791
"@metamask/snaps-jest": "npm:^9.8.0"
27912792
"@metamask/snaps-sdk": "npm:~10.3.0"

0 commit comments

Comments
 (0)