Skip to content

Commit 463be41

Browse files
github-actions[bot]github-actions
andauthored
1.13.0 (#261)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 2cf30d4 commit 463be41

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.13.0]
11+
1012
### Added
1113

1214
- Add `rename-after-install-and-build` input to the `publish-preview` reusable workflow ([#254](https://github.com/MetaMask/github-tools/pull/254))
@@ -204,7 +206,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
204206
- Some inputs were renamed for consistency across actions.
205207
- Bump `actions/checkout` and `actions/setup-node` to `v6` ([#173](https://github.com/MetaMask/github-tools/pull/173))
206208

207-
[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.12.0...HEAD
209+
[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.13.0...HEAD
210+
[1.13.0]: https://github.com/MetaMask/github-tools/compare/v1.12.0...v1.13.0
208211
[1.12.0]: https://github.com/MetaMask/github-tools/compare/v1.11.0...v1.12.0
209212
[1.11.0]: https://github.com/MetaMask/github-tools/compare/v1.10.0...v1.11.0
210213
[1.10.0]: https://github.com/MetaMask/github-tools/compare/v1.9.4...v1.10.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/github-tools",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"private": true,
55
"description": "Tools for interacting with the GitHub API to do metrics gathering",
66
"repository": {

0 commit comments

Comments
 (0)