Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - lockfile-lint-api@5.1.3
 - lockfile-lint@4.3.0
  • Loading branch information
Travis CI User committed Apr 30, 2020
1 parent d0002e7 commit a939b5f
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.1.3](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint-api@5.1.2...lockfile-lint-api@5.1.3) (2020-04-30)


### Bug Fixes

* **hostvalidator:** support full urls for host ([#88](https://github.com/lirantal/lockfile-lint/issues/88)) ([d0002e7](https://github.com/lirantal/lockfile-lint/commit/d0002e7))





## [5.1.2](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint-api@5.1.1...lockfile-lint-api@5.1.2) (2020-03-25)

**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.1.2",
"version": "5.1.3",
"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.3.0](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@4.2.2...lockfile-lint@4.3.0) (2020-04-30)


### Features

* add validation success console message ([#87](https://github.com/lirantal/lockfile-lint/issues/87)) ([3ff6eb8](https://github.com/lirantal/lockfile-lint/commit/3ff6eb8))





## [4.2.2](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@4.2.1...lockfile-lint@4.2.2) (2020-03-25)

**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.2.2",
"version": "4.3.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": "^6.0.0",
"debug": "^4.1.1",
"lockfile-lint-api": "^5.1.2",
"lockfile-lint-api": "^5.1.3",
"yargs": "^15.0.2"
},
"devDependencies": {
Expand Down

0 comments on commit a939b5f

Please sign in to comment.