diff --git a/CHANGELOG.md b/CHANGELOG.md index 7879001..a6b80fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ PLACEHOLDER for the next version: ## **WORK IN PROGRESS** --> -## **WORK IN PROGRESS** +## 5.0.2 (2025-01-21) * Packages were updated ## 5.0.0 (2024-09-14) diff --git a/package-lock.json b/package-lock.json index d89cb9f..bf2d749 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iobroker/testing", - "version": "5.0.1", + "version": "5.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iobroker/testing", - "version": "5.0.1", + "version": "5.0.2", "license": "MIT", "dependencies": { "alcalzone-shared": "~5.0.0", diff --git a/package.json b/package.json index 1806b36..9c76c71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/testing", - "version": "5.0.1", + "version": "5.0.2", "description": "Shared utilities for adapter and module testing in ioBroker", "main": "build/index.js", "types": "build/index.d.ts",