Skip to content

Commit 788b90d

Browse files
github-actions[bot]github-actionsrekmarks
authored
1.3.0 (#81)
* 1.3.0 * Update CHANGELOG.md Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
1 parent 31cadb4 commit 788b90d

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.3.0]
10+
### Fixed
11+
- Synchronize monorepo packages for versions in range 0.x.x ([#80](https://github.com/MetaMask/action-create-release-pr/pull/80))
12+
- Before this change, monorepo packages on major version `0` would break if any sibling packages contained breaking changes, which is permitted by SemVer.
13+
914
## [1.2.0]
1015
### Added
1116
- Instructions for adding new packages to monorepos ([#74](https://github.com/MetaMask/action-create-release-pr/pull/74))
@@ -87,7 +92,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8792
### Uncategorized
8893
- First semi-stable release. Polyrepos only.
8994

90-
[Unreleased]: https://github.com/MetaMask/action-create-release-pr/compare/v1.2.0...HEAD
95+
[Unreleased]: https://github.com/MetaMask/action-create-release-pr/compare/v1.3.0...HEAD
96+
[1.3.0]: https://github.com/MetaMask/action-create-release-pr/compare/v1.2.0...v1.3.0
9197
[1.2.0]: https://github.com/MetaMask/action-create-release-pr/compare/v1.1.0...v1.2.0
9298
[1.1.0]: https://github.com/MetaMask/action-create-release-pr/compare/v1.0.2...v1.1.0
9399
[1.0.2]: https://github.com/MetaMask/action-create-release-pr/compare/v1.0.1...v1.0.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.2.0",
4+
"version": "1.3.0",
55
"description": "A GitHub Action for creating a release PR. Monorepo-compatible.",
66
"files": [
77
"lib/"

0 commit comments

Comments
 (0)