Skip to content

Commit

Permalink
chore: new release (#179)
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 Aug 1, 2023
1 parent acf87b8 commit 4e5ecaa
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/selfish-moons-destroy.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/lockfile-lint-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/lockfile-lint-api/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions packages/lockfile-lint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/lockfile-lint/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 4e5ecaa

Please sign in to comment.