From 55b3ba3a16a036763febce3d5d9d4b2359a8c296 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Thu, 1 Oct 2020 16:16:28 -0700 Subject: [PATCH] chore: release 2.4.2 (#77) --- 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 a23b965..022411f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [2.4.2](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.4.1...v2.4.2) (2020-10-01) + + +### Bug Fixes + +* **deps:** bump @actions/core from 1.2.4 to 1.2.6 ([#76](https://www.github.com/GoogleCloudPlatform/release-please-action/issues/76)) ([fa86b83](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/fa86b83b5666ef0319c5508ded6b43af2cdf317b)) + ### [2.4.1](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.4.0...v2.4.1) (2020-09-17) diff --git a/package-lock.json b/package-lock.json index beabc5f..47ce7bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "release-please-action", - "version": "2.4.1", + "version": "2.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aa8664a..15fabab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "release-please-action", "private": true, - "version": "2.4.1", + "version": "2.4.2", "description": "automated releases based on conventional commits", "main": "index.js", "scripts": {