diff --git a/.changeset/light-tomatoes-add.md b/.changeset/light-tomatoes-add.md deleted file mode 100644 index 9be591f..0000000 --- a/.changeset/light-tomatoes-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'lockfile-lint': patch ---- - -fix: --version command-line was throwing an error related to glob matching diff --git a/packages/lockfile-lint/CHANGELOG.md b/packages/lockfile-lint/CHANGELOG.md index 00e4548..72577c7 100644 --- a/packages/lockfile-lint/CHANGELOG.md +++ b/packages/lockfile-lint/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 4.12.1 + +### Patch Changes + +- [`745aa65`](https://github.com/lirantal/lockfile-lint/commit/745aa65346204a7a74531feef1a4f73c7718820d) Thanks [@lirantal](https://github.com/lirantal)! - fix: --version command-line was throwing an error related to glob matching + ## 4.12.0 ### Minor Changes diff --git a/packages/lockfile-lint/package.json b/packages/lockfile-lint/package.json index 101e3e3..ff43de0 100644 --- a/packages/lockfile-lint/package.json +++ b/packages/lockfile-lint/package.json @@ -1,6 +1,6 @@ { "name": "lockfile-lint", - "version": "4.12.0", + "version": "4.12.1", "description": "A CLI to lint a lockfile for security policies", "bin": { "lockfile-lint": "./bin/lockfile-lint.js"