Skip to content

Commit

Permalink
1.4.2 (#101)
Browse files Browse the repository at this point in the history
* 1.4.2

* update changelog

* Update CHANGELOG.md

Co-authored-by: Mark Stacey <markjstacey@gmail.com>

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Ricky Miller <ricky.miller@gmail.com>
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
  • Loading branch information
4 people committed Oct 31, 2022
1 parent 0a58763 commit a6849cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.2]
### Changed
- 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))
- GitHub actions have been updated to v3, and the deprecated `set-output` command is no longer used.

## [1.4.1]
### Fixed
- Handle GitHub being slow to create a pull request ([#96](https://github.com/MetaMask/action-create-release-pr/pull/96))
Expand Down Expand Up @@ -100,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Uncategorized
- First semi-stable release. Polyrepos only.

[Unreleased]: https://github.com/MetaMask/action-create-release-pr/compare/v1.4.1...HEAD
[Unreleased]: https://github.com/MetaMask/action-create-release-pr/compare/v1.4.2...HEAD
[1.4.2]: https://github.com/MetaMask/action-create-release-pr/compare/v1.4.1...v1.4.2
[1.4.1]: https://github.com/MetaMask/action-create-release-pr/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/MetaMask/action-create-release-pr/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/MetaMask/action-create-release-pr/compare/v1.2.0...v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "action-create-release-pr",
"private": true,
"version": "1.4.1",
"version": "1.4.2",
"description": "A GitHub Action for creating a release PR. Monorepo-compatible.",
"files": [
"lib/"
Expand Down

0 comments on commit a6849cf

Please sign in to comment.