diff --git a/CHANGELOG.md b/CHANGELOG.md index 265a575..e827ba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.0.2](https://github.com/voxpelli/node-installed-check-core/compare/v8.0.1...v8.0.2) (2024-03-22) + + +### Bug Fixes + +* allow `undefined` in all option keys ([0734e0f](https://github.com/voxpelli/node-installed-check-core/commit/0734e0ff6b792abea029dea5309b77194c6c86f5)) + ## [8.0.1](https://github.com/voxpelli/node-installed-check-core/compare/v8.0.0...v8.0.1) (2024-03-18) diff --git a/package.json b/package.json index e46f6e6..b61279c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "installed-check-core", - "version": "8.0.1", + "version": "8.0.2", "description": "Checks that all dependencies in your package.json have supported versions installed", "homepage": "http://github.com/voxpelli/node-installed-check-core", "repository": {