Skip to content

Commit c722865

Browse files
github-actions[bot]github-actionskantheshamikesposito
authored
3.0.1 (#140)
* 3.0.1 * changelog updated * changelog is in prettier format * include Michele suggestions * Update CHANGELOG.md Co-authored-by: Michele Esposito <34438276+mikesposito@users.noreply.github.com> --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Kanthesha Devaramane <kanthesha.devaramane@consensys.net> Co-authored-by: Michele Esposito <34438276+mikesposito@users.noreply.github.com>
1 parent 322d904 commit c722865

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.0.1]
11+
12+
### Changed
13+
14+
- build(deps): bump @metamask/auto-changelog from 3.3.0 to 3.4.4 ([#127](https://github.com/MetaMask/action-create-release-pr/pull/127), [#124](https://github.com/MetaMask/action-create-release-pr/pull/124))
15+
16+
### Fixed
17+
18+
- Fixed `updatePackageChangelog` to not throw when there are unreleased changes ([#139](https://github.com/MetaMask/action-create-release-pr/pull/139))
19+
1020
## [3.0.0]
1121

1222
### Changed
@@ -170,7 +180,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
170180

171181
- First semi-stable release. Polyrepos only.
172182

173-
[Unreleased]: https://github.com/MetaMask/action-create-release-pr/compare/v3.0.0...HEAD
183+
[Unreleased]: https://github.com/MetaMask/action-create-release-pr/compare/v3.0.1...HEAD
184+
[3.0.1]: https://github.com/MetaMask/action-create-release-pr/compare/v3.0.0...v3.0.1
174185
[3.0.0]: https://github.com/MetaMask/action-create-release-pr/compare/v2.0.0...v3.0.0
175186
[2.0.0]: https://github.com/MetaMask/action-create-release-pr/compare/v1.5.0...v2.0.0
176187
[1.5.0]: https://github.com/MetaMask/action-create-release-pr/compare/v1.4.3...v1.5.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": "3.0.0",
4+
"version": "3.0.1",
55
"description": "A GitHub Action for creating a release PR. Monorepo-compatible.",
66
"files": [
77
"lib/"

0 commit comments

Comments
 (0)