Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - lockfile-lint-api@5.0.2
 - lockfile-lint@3.0.3
  • Loading branch information
Travis CI User committed Nov 28, 2019
1 parent 4229a03 commit 546c1db
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/lockfile-lint-api/CHANGELOG.md
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.0.2](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint-api@5.0.1...lockfile-lint-api@5.0.2) (2019-11-28)


### Bug Fixes

* **docs:** typo in project README ([#29](https://github.com/lirantal/lockfile-lint/issues/29)) ([4229a03](https://github.com/lirantal/lockfile-lint/commit/4229a03))





## [5.0.1](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint-api@5.0.0...lockfile-lint-api@5.0.1) (2019-11-22)

**Note:** Version bump only for package lockfile-lint-api
Expand Down
2 changes: 1 addition & 1 deletion packages/lockfile-lint-api/package.json
@@ -1,6 +1,6 @@
{
"name": "lockfile-lint-api",
"version": "5.0.1",
"version": "5.0.2",
"description": "Lint an npm or yarn lockfile to analyze and detect issues",
"main": "index.js",
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/lockfile-lint/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.3](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@3.0.2...lockfile-lint@3.0.3) (2019-11-28)

**Note:** Version bump only for package lockfile-lint





## [3.0.2](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@3.0.1...lockfile-lint@3.0.2) (2019-11-22)

**Note:** Version bump only for package lockfile-lint
Expand Down
4 changes: 2 additions & 2 deletions packages/lockfile-lint/package.json
@@ -1,6 +1,6 @@
{
"name": "lockfile-lint",
"version": "3.0.2",
"version": "3.0.3",
"description": "A CLI to lint a lockfile for security policies",
"bin": {
"lockfile-lint": "./bin/lockfile-lint.js"
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"debug": "^4.1.0",
"lockfile-lint-api": "^5.0.1",
"lockfile-lint-api": "^5.0.2",
"yargs": "^13.2.4"
},
"devDependencies": {
Expand Down

0 comments on commit 546c1db

Please sign in to comment.