Skip to content

Commit

Permalink
chore: release v2.0.1
Browse files Browse the repository at this point in the history
-   (bluefox) Added the step to upload of the admin files after installation
  • Loading branch information
GermanBluefox committed Nov 7, 2024
1 parent ea12f73 commit ab026a2
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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** -->
### **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)
Expand Down
84 changes: 42 additions & 42 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
},
"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": "[email protected]"
},
"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"
}
}

0 comments on commit ab026a2

Please sign in to comment.