From ba74c30b5ab94e27a5b4d01712ac2c9aef6a5a1e Mon Sep 17 00:00:00 2001 From: ybiquitous Date: Tue, 19 Dec 2023 00:55:33 +0000 Subject: [PATCH] chore(release): 6.0.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d71ea9bd..128e7c01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. +## [6.0.0](https://github.com/ybiquitous/npm-audit-fix-action/compare/v5.2.1...v6.0.0) (2023-12-19) + +### ⚠ BREAKING CHANGES + +- bump npm from 9 to 10 (#834) + +### Features + +- bump npm from 9 to 10 ([#834](https://github.com/ybiquitous/npm-audit-fix-action/issues/834)) ([09aebbb](https://github.com/ybiquitous/npm-audit-fix-action/commit/09aebbbe992833b0a89a0287efe5b4c1517d7d5f)) + ### [5.2.1](https://github.com/ybiquitous/npm-audit-fix-action/compare/v5.2.0...v5.2.1) (2023-10-16) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 64d495c3..d7d4e545 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm-audit-fix-action", - "version": "5.2.1", + "version": "6.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm-audit-fix-action", - "version": "5.2.1", + "version": "6.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index ccf99bd0..bcf8d7e3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "npm-audit-fix-action", - "version": "5.2.1", + "version": "6.0.0", "description": "A GitHub Action for `npm audit fix`", "author": "Masafumi Koba", "license": "MIT",