Skip to content

Commit

Permalink
chore: new release (#189)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Feb 11, 2024
1 parent ff74c61 commit 9c03af3
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/fair-ways-accept.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/lockfile-lint-api/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 5.9.0

### Minor Changes

- [`ff74c61`](https://github.com/lirantal/lockfile-lint/commit/ff74c61f92cabcb9e71f824e2022eb9b2bb96ead) Thanks [@lirantal](https://github.com/lirantal)! - add --integrity-exclude CLI option

## 5.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lockfile-lint-api/package.json
@@ -1,6 +1,6 @@
{
"name": "lockfile-lint-api",
"version": "5.8.0",
"version": "5.9.0",
"description": "Lint an npm or yarn lockfile to analyze and detect issues",
"main": "index.js",
"engines": {
Expand Down
11 changes: 11 additions & 0 deletions packages/lockfile-lint/CHANGELOG.md
@@ -1,5 +1,16 @@
# Change Log

## 4.13.0

### Minor Changes

- [`ff74c61`](https://github.com/lirantal/lockfile-lint/commit/ff74c61f92cabcb9e71f824e2022eb9b2bb96ead) Thanks [@lirantal](https://github.com/lirantal)! - add --integrity-exclude CLI option

### Patch Changes

- Updated dependencies [[`ff74c61`](https://github.com/lirantal/lockfile-lint/commit/ff74c61f92cabcb9e71f824e2022eb9b2bb96ead)]:
- lockfile-lint-api@5.9.0

## 4.12.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/lockfile-lint/package.json
@@ -1,6 +1,6 @@
{
"name": "lockfile-lint",
"version": "4.12.1",
"version": "4.13.0",
"description": "A CLI to lint a lockfile for security policies",
"bin": {
"lockfile-lint": "./bin/lockfile-lint.js"
Expand Down Expand Up @@ -55,7 +55,7 @@
"cosmiconfig": "^8.2.0",
"debug": "^4.3.4",
"fast-glob": "^3.3.1",
"lockfile-lint-api": "^5.8.0",
"lockfile-lint-api": "^5.9.0",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand Down

0 comments on commit 9c03af3

Please sign in to comment.