From ab026a27045c9b640a836932933a06a35a5e29b4 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Thu, 7 Nov 2024 19:33:37 +0100 Subject: [PATCH] chore: release v2.0.1 - (bluefox) Added the step to upload of the admin files after installation --- README.md | 2 +- package.json | 84 ++++++++++++++++++++++++++-------------------------- 2 files changed, 43 insertions(+), 43 deletions(-) diff --git a/README.md b/README.md index 5733b53..8713a23 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Set process.env.JS_CONTROLLER_VERSION to version e.g. `5.0.5-alpha.0-20230617-46 ## Changelog -### **WORK IN PROGRESS** +### 2.0.1 (2024-11-07) - (bluefox) Added the step to upload of the admin files after installation ### 2.0.0 (2024-11-05) diff --git a/package.json b/package.json index ad2f8c4..9037eee 100644 --- a/package.json +++ b/package.json @@ -1,44 +1,44 @@ { - "version": "2.0.0", - "name": "@iobroker/legacy-testing", - "main": "setup.js", - "files": [ - "setup.js", - "engineHelper.js", - "guiHelper.js", - "tests/" - ], - "description": "Module to test ioBroker adapters with legacy tests. For new tests please use @iobroker/testing", - "repository": { - "type": "git", - "url": "git+https://github.com/ioBroker/legacy-testing.git" - }, - "publishConfig": { - "access": "public" - }, - "license": "MIT", - "bugs": { - "url": "https://github.com/ioBroker/legacy-testing/issues" - }, - "homepage": "https://github.com/ioBroker/legacy-testing#readme", - "author": { - "name": "bluefox", - "email": "dogafox@gmail.com" - }, - "dependencies": { - "mocha": "^10.8.2", - "chai": "^4.5.0" - }, - "devDependencies": { - "@alcalzone/release-script": "^3.8.0", - "@alcalzone/release-script-plugin-license": "^3.7.0", - "@iobroker/eslint-config": "^0.1.6" - }, - "scripts": { - "release": "release-script", - "release-patch": "release-script patch --yes", - "release-minor": "release-script minor --yes", - "release-major": "release-script major --yes", - "update-packages": "ncu --upgrade" - } + "version": "2.0.1", + "name": "@iobroker/legacy-testing", + "main": "setup.js", + "files": [ + "setup.js", + "engineHelper.js", + "guiHelper.js", + "tests/" + ], + "description": "Module to test ioBroker adapters with legacy tests. For new tests please use @iobroker/testing", + "repository": { + "type": "git", + "url": "git+https://github.com/ioBroker/legacy-testing.git" + }, + "publishConfig": { + "access": "public" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/ioBroker/legacy-testing/issues" + }, + "homepage": "https://github.com/ioBroker/legacy-testing#readme", + "author": { + "name": "bluefox", + "email": "dogafox@gmail.com" + }, + "dependencies": { + "mocha": "^10.8.2", + "chai": "^4.5.0" + }, + "devDependencies": { + "@alcalzone/release-script": "^3.8.0", + "@alcalzone/release-script-plugin-license": "^3.7.0", + "@iobroker/eslint-config": "^0.1.6" + }, + "scripts": { + "release": "release-script", + "release-patch": "release-script patch --yes", + "release-minor": "release-script minor --yes", + "release-major": "release-script major --yes", + "update-packages": "ncu --upgrade" + } }