Skip to content

Commit a6849cf

Browse files
github-actions[bot]github-actionsrickycodesGudahtt
authored
1.4.2 (#101)
* 1.4.2 * update changelog * Update CHANGELOG.md Co-authored-by: Mark Stacey <[email protected]> Co-authored-by: github-actions <[email protected]> Co-authored-by: Ricky Miller <[email protected]> Co-authored-by: Mark Stacey <[email protected]>
1 parent 0a58763 commit a6849cf

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.4.2]
10+
### Changed
11+
- Resolve GitHub action deprecation warnings ([#98](https://github.com/MetaMask/action-create-release-pr/pull/98), [#100](https://github.com/MetaMask/action-create-release-pr/pull/100))
12+
- GitHub actions have been updated to v3, and the deprecated `set-output` command is no longer used.
13+
914
## [1.4.1]
1015
### Fixed
1116
- Handle GitHub being slow to create a pull request ([#96](https://github.com/MetaMask/action-create-release-pr/pull/96))
@@ -100,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
100105
### Uncategorized
101106
- First semi-stable release. Polyrepos only.
102107

103-
[Unreleased]: https://github.com/MetaMask/action-create-release-pr/compare/v1.4.1...HEAD
108+
[Unreleased]: https://github.com/MetaMask/action-create-release-pr/compare/v1.4.2...HEAD
109+
[1.4.2]: https://github.com/MetaMask/action-create-release-pr/compare/v1.4.1...v1.4.2
104110
[1.4.1]: https://github.com/MetaMask/action-create-release-pr/compare/v1.4.0...v1.4.1
105111
[1.4.0]: https://github.com/MetaMask/action-create-release-pr/compare/v1.3.0...v1.4.0
106112
[1.3.0]: https://github.com/MetaMask/action-create-release-pr/compare/v1.2.0...v1.3.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "action-create-release-pr",
33
"private": true,
4-
"version": "1.4.1",
4+
"version": "1.4.2",
55
"description": "A GitHub Action for creating a release PR. Monorepo-compatible.",
66
"files": [
77
"lib/"

0 commit comments

Comments
 (0)