Skip to content

Commit de0b1fb

Browse files
committed
chore: release v5.2.1
* (@Apollon77/@copilot) Add validation for JSON files in admin/ and admin/i18n/ directories * (@Apollon77/@copilot) Logs npm and installation errors to console for easier debugging * (@Apollon77/@copilot) Add validation to fail if iobroker.js-controller is listed as a package.json dependency * (@Apollon77/@copilot) Add support for TypeScript-only adapters that use .ts files as main entry point without transpilation * (@Apollon77/@copilot) Re-enabled validation checks for README.md and LICENSE files in packageFiles tests
1 parent 39a2457 commit de0b1fb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
PLACEHOLDER for the next version:
55
## **WORK IN PROGRESS**
66
-->
7-
## **WORK IN PROGRESS**
7+
## 5.2.1 (2025-11-08)
88
* (@Apollon77/@copilot) Add validation for JSON files in admin/ and admin/i18n/ directories
99
* (@Apollon77/@copilot) Logs npm and installation errors to console for easier debugging
1010
* (@Apollon77/@copilot) Add validation to fail if iobroker.js-controller is listed as a package.json dependency

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iobroker/testing",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "Shared utilities for adapter and module testing in ioBroker",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)