Skip to content

Commit 9c03af3

Browse files
chore: new release (#189)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ff74c61 commit 9c03af3

File tree

5 files changed

+20
-9
lines changed

5 files changed

+20
-9
lines changed

.changeset/fair-ways-accept.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/lockfile-lint-api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 5.9.0
4+
5+
### Minor Changes
6+
7+
- [`ff74c61`](https://github.com/lirantal/lockfile-lint/commit/ff74c61f92cabcb9e71f824e2022eb9b2bb96ead) Thanks [@lirantal](https://github.com/lirantal)! - add --integrity-exclude CLI option
8+
39
## 5.8.0
410

511
### Minor Changes

packages/lockfile-lint-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lockfile-lint-api",
3-
"version": "5.8.0",
3+
"version": "5.9.0",
44
"description": "Lint an npm or yarn lockfile to analyze and detect issues",
55
"main": "index.js",
66
"engines": {

packages/lockfile-lint/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 4.13.0
4+
5+
### Minor Changes
6+
7+
- [`ff74c61`](https://github.com/lirantal/lockfile-lint/commit/ff74c61f92cabcb9e71f824e2022eb9b2bb96ead) Thanks [@lirantal](https://github.com/lirantal)! - add --integrity-exclude CLI option
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`ff74c61`](https://github.com/lirantal/lockfile-lint/commit/ff74c61f92cabcb9e71f824e2022eb9b2bb96ead)]:
12+
13+
314
## 4.12.1
415

516
### Patch Changes

packages/lockfile-lint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lockfile-lint",
3-
"version": "4.12.1",
3+
"version": "4.13.0",
44
"description": "A CLI to lint a lockfile for security policies",
55
"bin": {
66
"lockfile-lint": "./bin/lockfile-lint.js"
@@ -55,7 +55,7 @@
5555
"cosmiconfig": "^8.2.0",
5656
"debug": "^4.3.4",
5757
"fast-glob": "^3.3.1",
58-
"lockfile-lint-api": "^5.8.0",
58+
"lockfile-lint-api": "^5.9.0",
5959
"yargs": "^17.7.2"
6060
},
6161
"devDependencies": {

0 commit comments

Comments
 (0)