Skip to content

Commit f6a1dc7

Browse files
github-actions[bot]github-actionscmd-ob
authored
1.4.1 (#203)
* 1.4.1 * updated changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: cmd-ob <[email protected]>
1 parent 9926872 commit f6a1dc7

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.4.1]
11+
12+
### Fixed
13+
14+
- Replace CocoaPods specs cache with Pods cache to prevent stale trunk errors in `setup-e2e-env` action ([#202](https://github.com/MetaMask/github-tools/pull/202))
15+
1016
## [1.4.0]
1117

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

79-
[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.4.0...HEAD
85+
[Unreleased]: https://github.com/MetaMask/github-tools/compare/v1.4.1...HEAD
86+
[1.4.1]: https://github.com/MetaMask/github-tools/compare/v1.4.0...v1.4.1
8087
[1.4.0]: https://github.com/MetaMask/github-tools/compare/v1.3.0...v1.4.0
8188
[1.3.0]: https://github.com/MetaMask/github-tools/compare/v1.2.0...v1.3.0
8289
[1.2.0]: https://github.com/MetaMask/github-tools/compare/v1.1.4...v1.2.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.4.0",
3+
"version": "1.4.1",
44
"private": true,
55
"description": "Tools for interacting with the GitHub API to do metrics gathering",
66
"repository": {

0 commit comments

Comments
 (0)