Skip to content

Commit 0473213

Browse files
chore(main): release 8.3.1 (#140)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ec2f077 commit 0473213

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"8.3.0"}
1+
{".":"8.3.1"}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [8.3.1](https://github.com/voxpelli/node-installed-check-core/compare/v8.3.0...v8.3.1) (2024-09-13)
4+
5+
6+
### 🩹 Fixes
7+
8+
* **deps:** update dependencies ([044b685](https://github.com/voxpelli/node-installed-check-core/commit/044b6857741b2f4823afe1bd4f37557f20fbe8a9))
9+
10+
11+
### 🧹 Chores
12+
13+
* **deps:** update `expect-type` ([a1eec7e](https://github.com/voxpelli/node-installed-check-core/commit/a1eec7e4b54ad56e3d96815828113677bc6d82c8))
14+
* **deps:** update dependency @voxpelli/tsconfig to v12 ([#136](https://github.com/voxpelli/node-installed-check-core/issues/136)) ([08283f2](https://github.com/voxpelli/node-installed-check-core/commit/08283f2aa15ec3283545b36e30535bec1a98d9d7))
15+
* **deps:** update dependency validate-conventional-commit to ^1.0.4 ([#138](https://github.com/voxpelli/node-installed-check-core/issues/138)) ([9d81f9d](https://github.com/voxpelli/node-installed-check-core/commit/9d81f9d276809cfe534e80b80184458d13747683))
16+
* **deps:** update dev dependencies ([0e4d8ad](https://github.com/voxpelli/node-installed-check-core/commit/0e4d8adedd867e208b0b07089208208f9acd18ee))
17+
* **deps:** update test dependencies ([5251939](https://github.com/voxpelli/node-installed-check-core/commit/52519396f4cd5913346f6c775eacd9bce1d9953c))
18+
* **deps:** use latest `@types/picomatch` ([3bf10a9](https://github.com/voxpelli/node-installed-check-core/commit/3bf10a9c2aa3ba07eee67371b45fe34efbd14f7b))
19+
* remove unintended `packageManager` ([2def4f7](https://github.com/voxpelli/node-installed-check-core/commit/2def4f7f37bb3a7b4a227a41c68cfb77e6a899c0))
20+
* update to neostandard linting ([e9129c2](https://github.com/voxpelli/node-installed-check-core/commit/e9129c2465af38cfcbff605c66d484b6e13a3282))
21+
* use extracted utility functions ([4a1c818](https://github.com/voxpelli/node-installed-check-core/commit/4a1c8189af967dc37a1b87502a40c2cfa5062f06))
22+
323
## [8.3.0](https://github.com/voxpelli/node-installed-check-core/compare/v8.2.3...v8.3.0) (2024-04-05)
424

525

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "installed-check-core",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"description": "Checks that all dependencies in your package.json have supported versions installed",
55
"homepage": "http://github.com/voxpelli/node-installed-check-core",
66
"repository": {

0 commit comments

Comments
 (0)