Skip to content

Commit 3c8f37f

Browse files
github-actions[bot]github-actionsMrtenz
authored
1.3.0 (#193)
* 1.3.0 * Update CHANGELOG.md --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Maarten Zuidhoorn <[email protected]>
1 parent 0943541 commit 3c8f37f

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.3.0]
11+
12+
### Added
13+
14+
- Add action which determines if the merge queue can be safely skipped ([#191](https://github.com/MetaMask/github-tools/pull/191))
15+
1016
## [1.2.0]
1117

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

67-
[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.2.0...HEAD
73+
[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.3.0...HEAD
74+
[1.3.0]: https://github.com/MetaMask/github-tools/compare/v1.2.0...v1.3.0
6875
[1.2.0]: https://github.com/MetaMask/github-tools/compare/v1.1.4...v1.2.0
6976
[1.1.4]: https://github.com/MetaMask/github-tools/compare/v1.1.3...v1.1.4
7077
[1.1.3]: https://github.com/MetaMask/github-tools/compare/v1.1.2...v1.1.3

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.2.0",
3+
"version": "1.3.0",
44
"private": true,
55
"description": "Tools for interacting with the GitHub API to do metrics gathering",
66
"repository": {

0 commit comments

Comments
 (0)