From 7ca4af23d2ba0c3b6e4621f6161cb954ce486d5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 21 Feb 2024 11:05:14 +0000 Subject: [PATCH] chore: new release --- .changeset/fresh-balloons-vanish.md | 5 ----- packages/lockfile-lint/CHANGELOG.md | 6 ++++++ packages/lockfile-lint/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fresh-balloons-vanish.md 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"