Skip to content

Commit c350664

Browse files
github-actions[bot]github-actionsQbandev
authored
1.1.3 (#183)
* 1.1.3 * fix: correct changelog format for v1.1.3 - Change 'Uncategorized' to 'Fixed' per Keep a Changelog standard - Remove redundant 'Fix:' prefix from entry --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Qbandev <jorge.carrasco@consensys.net>
1 parent 82f1952 commit c350664

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.1.3]
11+
12+
### Fixed
13+
14+
- Prevent changelog PR creation when branches are in sync ([#177](https://github.com/MetaMask/github-tools/pull/177))
15+
1016
## [1.1.2]
1117

1218
### Added
@@ -45,7 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4551
- Some inputs were renamed for consistency across actions.
4652
- Bump `actions/checkout` and `actions/setup-node` to `v6` ([#173](https://github.com/MetaMask/github-tools/pull/173))
4753

48-
[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.1.2...HEAD
54+
[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.1.3...HEAD
55+
[1.1.3]: https://github.com/MetaMask/github-tools/compare/v1.1.2...v1.1.3
4956
[1.1.2]: https://github.com/MetaMask/github-tools/compare/v1.1.0...v1.1.2
5057
[1.1.0]: https://github.com/MetaMask/github-tools/compare/v1.0.0...v1.1.0
5158
[1.0.0]: https://github.com/MetaMask/github-tools/releases/tag/v1.0.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.1.2",
3+
"version": "1.1.3",
44
"private": true,
55
"description": "Tools for interacting with the GitHub API to do metrics gathering",
66
"repository": {

0 commit comments

Comments
 (0)