Skip to content

Commit 4e69931

Browse files
github-actions[bot]github-actionsrickycodes
authored
1.4.3 (#103)
* 1.4.3 * update changelog Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Ricky Miller <ricky.miller@gmail.com>
1 parent c8dab50 commit 4e69931

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.4.3]
10+
### Changed
11+
- Bump `@actions/core` ([#102](https://github.com/MetaMask/action-create-release-pr/pull/102))
12+
913
## [1.4.2]
1014
### Changed
1115
- 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))
@@ -105,7 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
105109
### Uncategorized
106110
- First semi-stable release. Polyrepos only.
107111

108-
[Unreleased]: https://github.com/MetaMask/action-create-release-pr/compare/v1.4.2...HEAD
112+
[Unreleased]: https://github.com/MetaMask/action-create-release-pr/compare/v1.4.3...HEAD
113+
[1.4.3]: https://github.com/MetaMask/action-create-release-pr/compare/v1.4.2...v1.4.3
109114
[1.4.2]: https://github.com/MetaMask/action-create-release-pr/compare/v1.4.1...v1.4.2
110115
[1.4.1]: https://github.com/MetaMask/action-create-release-pr/compare/v1.4.0...v1.4.1
111116
[1.4.0]: https://github.com/MetaMask/action-create-release-pr/compare/v1.3.0...v1.4.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.2",
4+
"version": "1.4.3",
55
"description": "A GitHub Action for creating a release PR. Monorepo-compatible.",
66
"files": [
77
"lib/"

0 commit comments

Comments
 (0)