From 9417a654f6945adc6a65ad261eb192eac0f87cb9 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Thu, 8 Oct 2020 18:19:49 -0700 Subject: [PATCH] chore: release 2.5.2 (#83) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db6300d..6fd6805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [2.5.2](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.5.1...v2.5.2) (2020-10-09) + + +### Bug Fixes + +* **release-please:** sort commits ([#82](https://www.github.com/GoogleCloudPlatform/release-please-action/issues/82)) ([846f33a](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/846f33aee4836826ed78a893aa7c1bbd46da6bd4)) + ### [2.5.1](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.5.0...v2.5.1) (2020-10-08) diff --git a/package-lock.json b/package-lock.json index 1c898ee..a44ccfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "release-please-action", - "version": "2.5.1", + "version": "2.5.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9000b14..209eb97 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "release-please-action", "private": true, - "version": "2.5.1", + "version": "2.5.2", "description": "automated releases based on conventional commits", "main": "index.js", "scripts": {