Skip to content

Commit c909a77

Browse files
github-actions[bot]github-actionsFrederikBolding
authored
2.0.0 (#112)
* 2.0.0 * Update CHANGELOG --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
1 parent 629acb0 commit c909a77

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+
## [2.0.0]
10+
### Changed
11+
- **BREAKING**: Bump minimum Node version to 16 ([#111](https://github.com/MetaMask/action-create-release-pr/pull/111))
12+
- build(deps): bump @metamask/auto-changelog from 2.6.0 to 3.1.0 ([#105](https://github.com/MetaMask/action-create-release-pr/pull/105))
13+
914
## [1.5.0]
1015
### Changed
1116
- Check for `workspace:^` before replacing the version in package.json ([#108](https://github.com/MetaMask/action-create-release-pr/pull/108))
@@ -113,7 +118,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113118
### Uncategorized
114119
- First semi-stable release. Polyrepos only.
115120

116-
[Unreleased]: https://github.com/MetaMask/action-create-release-pr/compare/v1.5.0...HEAD
121+
[Unreleased]: https://github.com/MetaMask/action-create-release-pr/compare/v2.0.0...HEAD
122+
[2.0.0]: https://github.com/MetaMask/action-create-release-pr/compare/v1.5.0...v2.0.0
117123
[1.5.0]: https://github.com/MetaMask/action-create-release-pr/compare/v1.4.3...v1.5.0
118124
[1.4.3]: https://github.com/MetaMask/action-create-release-pr/compare/v1.4.2...v1.4.3
119125
[1.4.2]: https://github.com/MetaMask/action-create-release-pr/compare/v1.4.1...v1.4.2

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.5.0",
4+
"version": "2.0.0",
55
"description": "A GitHub Action for creating a release PR. Monorepo-compatible.",
66
"files": [
77
"lib/"

0 commit comments

Comments
 (0)