From 00befa589612b4736a82cc61bd8c70e1fa350bd4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 22:17:48 +0200 Subject: [PATCH] chore(main): release 8.2.2 (#132) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5749f6..c679a27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [8.2.2](https://github.com/voxpelli/node-installed-check-core/compare/v8.2.1...v8.2.2) (2024-04-04) + + +### Bug Fixes + +* handle pnpm `workspace:` version range ([01ff126](https://github.com/voxpelli/node-installed-check-core/commit/01ff126a26e9b2e271195730b68eccdc1cea8dbe)) +* ignore `@types/*` packages in engine check ([f87823e](https://github.com/voxpelli/node-installed-check-core/commit/f87823e05788e6eebb67d888456582c669ee9d70)) +* latest `list-installed`, supports symlinks ([3c432bf](https://github.com/voxpelli/node-installed-check-core/commit/3c432bf5353ed64c0e4439cb58aca0e5da9aa1e7)) + ## [8.2.1](https://github.com/voxpelli/node-installed-check-core/compare/v8.2.0...v8.2.1) (2024-04-04) diff --git a/package.json b/package.json index fbe5971..fab8df7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "installed-check-core", - "version": "8.2.1", + "version": "8.2.2", "description": "Checks that all dependencies in your package.json have supported versions installed", "homepage": "http://github.com/voxpelli/node-installed-check-core", "repository": {