diff --git a/CHANGELOG.md b/CHANGELOG.md index 559e05ee..1a576286 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.13.0] + ### Added - 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 - Some inputs were renamed for consistency across actions. - Bump `actions/checkout` and `actions/setup-node` to `v6` ([#173](https://github.com/MetaMask/github-tools/pull/173)) -[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.12.0...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.13.0...HEAD +[1.13.0]: https://github.com/MetaMask/github-tools/compare/v1.12.0...v1.13.0 [1.12.0]: https://github.com/MetaMask/github-tools/compare/v1.11.0...v1.12.0 [1.11.0]: https://github.com/MetaMask/github-tools/compare/v1.10.0...v1.11.0 [1.10.0]: https://github.com/MetaMask/github-tools/compare/v1.9.4...v1.10.0 diff --git a/package.json b/package.json index 45224025..e4047a20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.12.0", + "version": "1.13.0", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": {