Skip to content

Commit

Permalink
chore(main): release 8.2.2 (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 4, 2024
1 parent f87823e commit 00befa5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 00befa5

Please sign in to comment.