diff --git a/packages/lockfile-lint-api/CHANGELOG.md b/packages/lockfile-lint-api/CHANGELOG.md index 0830f00..afeb07f 100644 --- a/packages/lockfile-lint-api/CHANGELOG.md +++ b/packages/lockfile-lint-api/CHANGELOG.md @@ -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 diff --git a/packages/lockfile-lint-api/package.json b/packages/lockfile-lint-api/package.json index 933a14f..d94a6f0 100644 --- a/packages/lockfile-lint-api/package.json +++ b/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": { diff --git a/packages/lockfile-lint/CHANGELOG.md b/packages/lockfile-lint/CHANGELOG.md index 0f495ec..e22904f 100644 --- a/packages/lockfile-lint/CHANGELOG.md +++ b/packages/lockfile-lint/CHANGELOG.md @@ -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 diff --git a/packages/lockfile-lint/package.json b/packages/lockfile-lint/package.json index 46cd0d0..49c95f5 100644 --- a/packages/lockfile-lint/package.json +++ b/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" @@ -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": {