diff --git a/CHANGELOG.md b/CHANGELOG.md index ffbdf42a..f9a0f02a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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. +## [4.0.0](https://github.com/ybiquitous/npm-audit-fix-action/compare/v3.4.1...v4.0.0) (2022-03-03) + +### ⚠ BREAKING CHANGES + +- **deps:** Node.js 16 is the active LTS version. + +### Features + +- **deps:** bump Node.js image from 12 to 16 ([#521](https://github.com/ybiquitous/npm-audit-fix-action/issues/521)) ([06b2f07](https://github.com/ybiquitous/npm-audit-fix-action/commit/06b2f07dc6306a113fe3e523cb11733544d44331)) + +### Bug Fixes + +- **deps:** bump hosted-git-info from 4.0.2 to 4.1.0 ([#516](https://github.com/ybiquitous/npm-audit-fix-action/issues/516)) ([0ffe8c0](https://github.com/ybiquitous/npm-audit-fix-action/commit/0ffe8c0c4b3efb2672744dde6547bc2d809dbf07)) +- **deps:** bump node-fetch from 2.6.1 to 2.6.7 ([#520](https://github.com/ybiquitous/npm-audit-fix-action/issues/520)) ([b6edd66](https://github.com/ybiquitous/npm-audit-fix-action/commit/b6edd66136f47d49faf47d82ee7d06264aa6ffaa)) +- migrate `@vercel/ncc` to `esbuild` ([#524](https://github.com/ybiquitous/npm-audit-fix-action/issues/524)) ([2e01d05](https://github.com/ybiquitous/npm-audit-fix-action/commit/2e01d05414d449a53511a3db64e3527b29404f17)) + ### [3.4.1](https://github.com/ybiquitous/npm-audit-fix-action/compare/v3.4.0...v3.4.1) (2021-10-16) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index f29e3948..4869cd08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm-audit-fix-action", - "version": "3.4.1", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "npm-audit-fix-action", - "version": "3.4.1", + "version": "4.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index d814a190..904d324f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "npm-audit-fix-action", - "version": "3.4.1", + "version": "4.0.0", "description": "A GitHub Action for `npm audit fix`", "author": "Masafumi Koba", "license": "MIT",