diff --git a/packages/lockfile-lint-api/CHANGELOG.md b/packages/lockfile-lint-api/CHANGELOG.md index 59c61c9..2903556 100644 --- a/packages/lockfile-lint-api/CHANGELOG.md +++ b/packages/lockfile-lint-api/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 5.4.5 (2022-09-30) + + +### Bug Fixes + +* **integrity:** rename command-line argument from `--validate-integrity-sha512` to `--validate-integrity` ([#144](https://github.com/lirantal/lockfile-lint/issues/144)) ([a29d18b](https://github.com/lirantal/lockfile-lint/commit/a29d18b)) + + + + + ## 5.4.4 (2022-09-27) **Note:** Version bump only for package lockfile-lint-api diff --git a/packages/lockfile-lint-api/package.json b/packages/lockfile-lint-api/package.json index aec395d..c0142ff 100644 --- a/packages/lockfile-lint-api/package.json +++ b/packages/lockfile-lint-api/package.json @@ -1,6 +1,6 @@ { "name": "lockfile-lint-api", - "version": "5.4.4", + "version": "5.4.5", "description": "Lint an npm or yarn lockfile to analyze and detect issues", "main": "index.js", "engines": { diff --git a/packages/lockfile-lint/CHANGELOG.md b/packages/lockfile-lint/CHANGELOG.md index c2ed019..151841c 100644 --- a/packages/lockfile-lint/CHANGELOG.md +++ b/packages/lockfile-lint/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 4.9.5 (2022-09-30) + + +### Bug Fixes + +* **integrity:** rename command-line argument from `--validate-integrity-sha512` to `--validate-integrity` ([#144](https://github.com/lirantal/lockfile-lint/issues/144)) ([a29d18b](https://github.com/lirantal/lockfile-lint/commit/a29d18b)) + + + + + ## 4.9.4 (2022-09-27) **Note:** Version bump only for package lockfile-lint diff --git a/packages/lockfile-lint/package.json b/packages/lockfile-lint/package.json index d9fddca..00535de 100644 --- a/packages/lockfile-lint/package.json +++ b/packages/lockfile-lint/package.json @@ -1,6 +1,6 @@ { "name": "lockfile-lint", - "version": "4.9.4", + "version": "4.9.5", "description": "A CLI to lint a lockfile for security policies", "bin": { "lockfile-lint": "./bin/lockfile-lint.js" @@ -55,7 +55,7 @@ "dependencies": { "cosmiconfig": "^7.0.1", "debug": "^4.1.1", - "lockfile-lint-api": "^5.4.4", + "lockfile-lint-api": "^5.4.5", "yargs": "^16.0.0" }, "devDependencies": {