Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 26, 2022
1 parent ab2ee5d commit bc9ffec
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/lockfile-lint-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2 (2022-09-26)


### Bug Fixes

* too noisy error messages ([#139](https://github.com/lirantal/lockfile-lint/issues/139)) ([ab2ee5d](https://github.com/lirantal/lockfile-lint/commit/ab2ee5d))





## 5.4.1 (2022-09-26)

**Note:** Version bump only for package lockfile-lint-api
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.4.1",
"version": "5.4.2",
"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
Expand Up @@ -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.2 (2022-09-26)


### Bug Fixes

* too noisy error messages ([#139](https://github.com/lirantal/lockfile-lint/issues/139)) ([ab2ee5d](https://github.com/lirantal/lockfile-lint/commit/ab2ee5d))





## 4.9.1 (2022-09-26)

**Note:** Version bump only for package lockfile-lint
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.9.1",
"version": "4.9.2",
"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": "^6.0.0",
"debug": "^4.1.1",
"lockfile-lint-api": "^5.4.1",
"lockfile-lint-api": "^5.4.2",
"yargs": "^16.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit bc9ffec

Please sign in to comment.