Skip to content

Commit 4743227

Browse files
author
github-actions
committed
1.4.0
1 parent c684b38 commit 4743227

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.4.0]
11+
12+
### Uncategorized
13+
14+
- ci: improve setup -e2e-env for iOS ([#197](https://github.com/MetaMask/github-tools/pull/197))
15+
- Simplify fallback value on error in skip merge queue action ([#194](https://github.com/MetaMask/github-tools/pull/194))
16+
1017
## [1.3.0]
1118

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

73-
[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.3.0...HEAD
80+
[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.4.0...HEAD
81+
[1.4.0]: https://github.com/MetaMask/github-tools/compare/v1.3.0...v1.4.0
7482
[1.3.0]: https://github.com/MetaMask/github-tools/compare/v1.2.0...v1.3.0
7583
[1.2.0]: https://github.com/MetaMask/github-tools/compare/v1.1.4...v1.2.0
7684
[1.1.4]: https://github.com/MetaMask/github-tools/compare/v1.1.3...v1.1.4

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

0 commit comments

Comments
 (0)