diff --git a/CHANGELOG.md b/CHANGELOG.md index d4108466..8f2435b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.3] + +### Fixed + +- Prevent changelog PR creation when branches are in sync ([#177](https://github.com/MetaMask/github-tools/pull/177)) + ## [1.1.2] ### Added @@ -45,7 +51,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.1.2...HEAD +[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.1.3...HEAD +[1.1.3]: https://github.com/MetaMask/github-tools/compare/v1.1.2...v1.1.3 [1.1.2]: https://github.com/MetaMask/github-tools/compare/v1.1.0...v1.1.2 [1.1.0]: https://github.com/MetaMask/github-tools/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/MetaMask/github-tools/releases/tag/v1.0.0 diff --git a/package.json b/package.json index 72d28264..96375a0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.1.2", + "version": "1.1.3", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": {