From 291e00f209c534072f66f4497fc721e8299e63fc Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Thu, 17 Sep 2020 14:01:55 -0700 Subject: [PATCH] chore: release 2.4.0 (#71) --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b70dd6..39544b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.4.0](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.3.0...v2.4.0) (2020-09-17) + + +### Features + +* allow github-release/release-pr to be run separately ([#70](https://www.github.com/GoogleCloudPlatform/release-please-action/issues/70)) ([37d423f](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/37d423feba66be7be541aa122419aee5b50fdf98)) + + +### Bug Fixes + +* default changelog sections to undefined ([31e1a25](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/31e1a25ccf4f8df92fdb4066e3650a6167e5fe25)) +* **build:** release from fork ([f2bda04](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/f2bda04bb55ac6fdaf5e3673a78323966a3768b5)) + ## [2.3.0](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.2.0...v2.3.0) (2020-09-17) diff --git a/package-lock.json b/package-lock.json index db05cdb..91a715b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "release-please-action", - "version": "2.3.0", + "version": "2.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 48dc868..837d120 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "release-please-action", "private": true, - "version": "2.3.0", + "version": "2.4.0", "description": "automated releases based on conventional commits", "main": "index.js", "scripts": {