From be27b56c2b7c71f71285b5a52067a40ad8b4c516 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 19 Oct 2022 02:32:11 +0000 Subject: [PATCH] chore(release): 3.1.2 [skip ci] ## [3.1.2](https://github.com/cycjimmy/semantic-release-action/compare/v3.1.1...v3.1.2) (2022-10-19) ### Bug Fixes * **actions:** update @actions/core to cope with new output ([3e7aded](https://github.com/cycjimmy/semantic-release-action/commit/3e7adedd114a31396550cb5ef5445170fae72f9e)) --- docs/CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 36c22f2f..9bcab9c2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.2](https://github.com/cycjimmy/semantic-release-action/compare/v3.1.1...v3.1.2) (2022-10-19) + + +### Bug Fixes + +* **actions:** update @actions/core to cope with new output ([3e7aded](https://github.com/cycjimmy/semantic-release-action/commit/3e7adedd114a31396550cb5ef5445170fae72f9e)) + ## [3.1.1](https://github.com/cycjimmy/semantic-release-action/compare/v3.1.0...v3.1.1) (2022-08-30) diff --git a/package-lock.json b/package-lock.json index a94475c2..25eaa381 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cycjimmy/semantic-release-action", - "version": "3.1.1", + "version": "3.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@cycjimmy/semantic-release-action", - "version": "3.1.1", + "version": "3.1.2", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 53c5c5c1..304c4d42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cycjimmy/semantic-release-action", - "version": "3.1.1", + "version": "3.1.2", "description": "GitHub Action for Semantic Release", "main": "index.js", "scripts": {