From cc42eb443b50898a5f301d0eb79a924763585d8a Mon Sep 17 00:00:00 2001 From: ybiquitous Date: Mon, 5 Apr 2021 10:43:31 +0000 Subject: [PATCH] chore(release): 2.1.12 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7f3ef8e..d8c84749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.1.12](https://github.com/ybiquitous/npm-audit-fix-action/compare/v2.1.11...v2.1.12) (2021-04-05) + +### Bug Fixes + +- **actions:** fix releasing ([75eb03a](https://github.com/ybiquitous/npm-audit-fix-action/commit/75eb03aaf046c521bce1126ac768708c12d6844c)) + ### [2.1.11](https://github.com/ybiquitous/npm-audit-fix-action/compare/v2.1.10...v2.1.11) (2021-04-05) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 92b1bbbd..4f4331c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "npm-audit-fix-action", - "version": "2.1.11", + "version": "2.1.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 661434ae..722fcf33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-audit-fix-action", - "version": "2.1.11", + "version": "2.1.12", "description": "A GitHub Action for `npm audit fix`", "author": "Masafumi Koba", "license": "MIT",