diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cea7fa5..374151d4 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.1.3](https://github.com/ybiquitous/npm-audit-fix-action/compare/v3.1.2...v3.1.3) (2021-05-10) + +### Bug Fixes + +- `npm ls` parsing ([#405](https://github.com/ybiquitous/npm-audit-fix-action/issues/405)) ([8ea9d50](https://github.com/ybiquitous/npm-audit-fix-action/commit/8ea9d5000d302c139de145f29a603519a1318acf)) + ### [3.1.2](https://github.com/ybiquitous/npm-audit-fix-action/compare/v3.1.1...v3.1.2) (2021-05-06) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 4341f330..da33bbc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "npm-audit-fix-action", - "version": "3.1.2", + "version": "3.1.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 654a9ec4..d54c4334 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "npm-audit-fix-action", - "version": "3.1.2", + "version": "3.1.3", "description": "A GitHub Action for `npm audit fix`", "author": "Masafumi Koba", "license": "MIT",