Skip to content

Commit 3b5e0fa

Browse files
authored
chore: bump @metamask/auto-changelog to 6.1.1 (#200)
Bumps auto-changelog to the latest version <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk dependency-only update; behavior changes (if any) are limited to tooling provided by `@metamask/auto-changelog`. > > **Overview** > Updates the `@metamask/auto-changelog` dependency from `6.1.0` to `6.1.1`, refreshing `yarn.lock` to match. > > Documents the bump in `CHANGELOG.md` under *Unreleased*. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 9bb7ac5. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 43a7b94 commit 3b5e0fa

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Bump `@metamask/auto-changelog` from `6.1.0` to `6.1.1` ([#200](https://github.com/MetaMask/create-release-branch/pull/200))
13+
1014
## [4.2.0]
1115

1216
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@metamask/action-utils": "^1.0.0",
30-
"@metamask/auto-changelog": "^6.1.0",
30+
"@metamask/auto-changelog": "^6.1.1",
3131
"@metamask/utils": "^9.0.0",
3232
"debug": "^4.3.4",
3333
"execa": "^8.0.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2236,9 +2236,9 @@ __metadata:
22362236
languageName: node
22372237
linkType: hard
22382238

2239-
"@metamask/auto-changelog@npm:^6.1.0":
2240-
version: 6.1.0
2241-
resolution: "@metamask/auto-changelog@npm:6.1.0"
2239+
"@metamask/auto-changelog@npm:^6.1.1":
2240+
version: 6.1.1
2241+
resolution: "@metamask/auto-changelog@npm:6.1.1"
22422242
dependencies:
22432243
"@octokit/rest": ^20.0.0
22442244
diff: ^5.0.0
@@ -2255,7 +2255,7 @@ __metadata:
22552255
optional: true
22562256
bin:
22572257
auto-changelog: dist/cli.mjs
2258-
checksum: af543c8ceaa2f388dc3bdc088cd92070ed061e7a27ca7e2f2362feabea7b2657a465eda46f65b7b6a189de24df7696097b8f819c5bcab963b0d07bbf3ab642d7
2258+
checksum: 73199a42580927df872326e48dea9f60f0d221225b2e7695d050494c706f78ddf7843961d3b323ca791bb4126f42f02ba38d382d2f03602535c8fc907128d291
22592259
languageName: node
22602260
linkType: hard
22612261

@@ -2269,7 +2269,7 @@ __metadata:
22692269
"@babel/preset-typescript": ^7.23.3
22702270
"@lavamoat/allow-scripts": ^3.1.0
22712271
"@metamask/action-utils": ^1.0.0
2272-
"@metamask/auto-changelog": ^6.1.0
2272+
"@metamask/auto-changelog": ^6.1.1
22732273
"@metamask/eslint-config": ^10.0.0
22742274
"@metamask/eslint-config-jest": ^10.0.0
22752275
"@metamask/eslint-config-nodejs": ^10.0.0

0 commit comments

Comments
 (0)