From b57817252089c25f453be6d8b258333b36aae4d4 Mon Sep 17 00:00:00 2001 From: ybiquitous Date: Tue, 29 Jun 2021 07:00:02 +0000 Subject: [PATCH] chore(release): 3.2.3 --- 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 c8adb14a..20b4365b 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. +### [3.2.3](https://github.com/ybiquitous/npm-audit-fix-action/compare/v3.2.2...v3.2.3) (2021-06-29) + +### Bug Fixes + +- sub dependencies ([#439](https://github.com/ybiquitous/npm-audit-fix-action/issues/439)) ([5d970e8](https://github.com/ybiquitous/npm-audit-fix-action/commit/5d970e8568ca278d79ad619a1bfc4dca7352e88f)) + ### [3.2.2](https://github.com/ybiquitous/npm-audit-fix-action/compare/v3.2.1...v3.2.2) (2021-06-21) ### [3.2.1](https://github.com/ybiquitous/npm-audit-fix-action/compare/v3.2.0...v3.2.1) (2021-06-10) diff --git a/package-lock.json b/package-lock.json index 5f25fdc5..41294d73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "npm-audit-fix-action", - "version": "3.2.2", + "version": "3.2.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index b6a9247e..f1ce7b5f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "npm-audit-fix-action", - "version": "3.2.2", + "version": "3.2.3", "description": "A GitHub Action for `npm audit fix`", "author": "Masafumi Koba", "license": "MIT",