From 2426c55a078abf70d4556f3d416ae808e9c3f965 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Thu, 8 Oct 2020 14:04:31 -0700 Subject: [PATCH] chore: release 2.5.0 (#80) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 022411f4..9dbb249f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.5.0](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.4.2...v2.5.0) (2020-10-08) + + +### Features + +* **deps:** release-please with support for alternate release branches ([#79](https://www.github.com/GoogleCloudPlatform/release-please-action/issues/79)) ([dfe6b62](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/dfe6b622584ce774821ae93012eda87a2ad9d8a5)) + + +### Bug Fixes + +* **build:** revert build to non-debug form ([e6f39a1](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/e6f39a1ff2137720a77acef0b92a813658920fa4)) + ### [2.4.2](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.4.1...v2.4.2) (2020-10-01) diff --git a/package-lock.json b/package-lock.json index e201b774..a268f076 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "release-please-action", - "version": "2.4.2", + "version": "2.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 37808689..4edfe3f1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "release-please-action", "private": true, - "version": "2.4.2", + "version": "2.5.0", "description": "automated releases based on conventional commits", "main": "index.js", "scripts": {