From 94797fcc323550779b8719fb04f7ea63287e5f05 Mon Sep 17 00:00:00 2001 From: ybiquitous Date: Mon, 16 Oct 2023 23:55:32 +0000 Subject: [PATCH] chore(release): 5.2.1 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5c6755c..d71ea9bd 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. +### [5.2.1](https://github.com/ybiquitous/npm-audit-fix-action/compare/v5.2.0...v5.2.1) (2023-10-16) + +### Bug Fixes + +- **deps:** bump @actions/github from 5.1.1 to 6.0.0 ([#813](https://github.com/ybiquitous/npm-audit-fix-action/issues/813)) ([b52066e](https://github.com/ybiquitous/npm-audit-fix-action/commit/b52066e9dcdc56e0608de2fcab3b4c556f737624)) + ## [5.2.0](https://github.com/ybiquitous/npm-audit-fix-action/compare/v5.1.0...v5.2.0) (2023-09-02) ### Features diff --git a/package-lock.json b/package-lock.json index 77dc8e35..b1a78721 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm-audit-fix-action", - "version": "5.2.0", + "version": "5.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm-audit-fix-action", - "version": "5.2.0", + "version": "5.2.1", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index d7b34308..80345228 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "npm-audit-fix-action", - "version": "5.2.0", + "version": "5.2.1", "description": "A GitHub Action for `npm audit fix`", "author": "Masafumi Koba", "license": "MIT",