diff --git a/.changeset/selfish-moons-destroy.md b/.changeset/selfish-moons-destroy.md deleted file mode 100644 index ceaa9a0..0000000 --- a/.changeset/selfish-moons-destroy.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'lockfile-lint': minor -'lockfile-lint-api': minor ---- - -New CLI flag to add package name and aliases as trusted policy diff --git a/packages/lockfile-lint-api/CHANGELOG.md b/packages/lockfile-lint-api/CHANGELOG.md index 397753f..dc26a9d 100644 --- a/packages/lockfile-lint-api/CHANGELOG.md +++ b/packages/lockfile-lint-api/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.8.0 + +### Minor Changes + +- [#178](https://github.com/lirantal/lockfile-lint/pull/178) [`acf87b8`](https://github.com/lirantal/lockfile-lint/commit/acf87b8047a0a457fff269ee80b90a570926be04) Thanks [@lirantal](https://github.com/lirantal)! - New CLI flag to add package name and aliases as trusted policy + ## 5.7.0 ### Minor Changes diff --git a/packages/lockfile-lint-api/package.json b/packages/lockfile-lint-api/package.json index 36c2230..079ba75 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.7.0", + "version": "5.8.0", "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 de11089..296bef1 100644 --- a/packages/lockfile-lint/CHANGELOG.md +++ b/packages/lockfile-lint/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 4.11.0 + +### Minor Changes + +- [#178](https://github.com/lirantal/lockfile-lint/pull/178) [`acf87b8`](https://github.com/lirantal/lockfile-lint/commit/acf87b8047a0a457fff269ee80b90a570926be04) Thanks [@lirantal](https://github.com/lirantal)! - New CLI flag to add package name and aliases as trusted policy + +### Patch Changes + +- Updated dependencies [[`acf87b8`](https://github.com/lirantal/lockfile-lint/commit/acf87b8047a0a457fff269ee80b90a570926be04)]: + - lockfile-lint-api@5.8.0 + ## 4.10.6 ### Patch Changes diff --git a/packages/lockfile-lint/package.json b/packages/lockfile-lint/package.json index ade2ac5..a592d2c 100644 --- a/packages/lockfile-lint/package.json +++ b/packages/lockfile-lint/package.json @@ -1,6 +1,6 @@ { "name": "lockfile-lint", - "version": "4.10.6", + "version": "4.11.0", "description": "A CLI to lint a lockfile for security policies", "bin": { "lockfile-lint": "./bin/lockfile-lint.js" @@ -54,7 +54,7 @@ "dependencies": { "cosmiconfig": "^8.0.0", "debug": "^4.1.1", - "lockfile-lint-api": "^5.5.5", + "lockfile-lint-api": "^5.8.0", "yargs": "^16.0.0" }, "devDependencies": {