diff --git a/.changeset/fresh-balloons-vanish.md b/.changeset/fresh-balloons-vanish.md deleted file mode 100644 index d2d840e..0000000 --- a/.changeset/fresh-balloons-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'lockfile-lint': patch ---- - -docs: update instructions for working with cosmiconfig files diff --git a/packages/lockfile-lint/CHANGELOG.md b/packages/lockfile-lint/CHANGELOG.md index c92665d..aabbe0f 100644 --- a/packages/lockfile-lint/CHANGELOG.md +++ b/packages/lockfile-lint/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 4.13.2 + +### Patch Changes + +- [`889c016`](https://github.com/lirantal/lockfile-lint/commit/889c016ea3ed338eede27e5e4c4a81587375e996) Thanks [@lirantal](https://github.com/lirantal)! - docs: update instructions for working with cosmiconfig files + ## 4.13.1 ### Patch Changes diff --git a/packages/lockfile-lint/package.json b/packages/lockfile-lint/package.json index 203e9c3..fb783bf 100644 --- a/packages/lockfile-lint/package.json +++ b/packages/lockfile-lint/package.json @@ -1,6 +1,6 @@ { "name": "lockfile-lint", - "version": "4.13.1", + "version": "4.13.2", "description": "A CLI to lint a lockfile for security policies", "bin": { "lockfile-lint": "./bin/lockfile-lint.js"