diff --git a/CHANGELOG.md b/CHANGELOG.md index 9938ebd..130761a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.1.7](https://github.com/qiwi-forks/npm-run-all/compare/v4.1.6...v4.1.7) (2021-05-12) + + +### Bug Fixes + +* **pkg:** up deps, fix vuls ([615c192](https://github.com/qiwi-forks/npm-run-all/commit/615c192c640141815a59b7b42a7b5e24970eeae3)) + ## [4.1.6](https://github.com/qiwi-forks/npm-run-all/compare/v4.1.5...v4.1.6) (2020-12-11) diff --git a/package.json b/package.json index ac6cc71..4f950f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qiwi/npm-run-all", - "version": "4.1.6", + "version": "4.1.7", "description": "A CLI tool to run multiple npm-scripts in parallel or sequential.", "bin": { "run-p": "bin/run-p/index.js",