From c05cf8bb4fd8bcaa85121b7b7a024e57d97072b4 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:28:09 -0700 Subject: [PATCH] chore: release 2.5.3 (#85) --- 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 6fd6805..4c0e738 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [2.5.3](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.5.2...v2.5.3) (2020-10-09) + + +### Bug Fixes + +* **docs:** indicate correct version ([#84](https://www.github.com/GoogleCloudPlatform/release-please-action/issues/84)) ([b632af4](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/b632af41016a545a6e7ee6ecd9b9325538c88e28)) + ### [2.5.2](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.5.1...v2.5.2) (2020-10-09) diff --git a/package-lock.json b/package-lock.json index a44ccfa..f06951c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "release-please-action", - "version": "2.5.2", + "version": "2.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 209eb97..fd8a8da 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "release-please-action", "private": true, - "version": "2.5.2", + "version": "2.5.3", "description": "automated releases based on conventional commits", "main": "index.js", "scripts": {