Skip to content

Commit

Permalink
prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 committed Aug 13, 2023
1 parent bfaf190 commit 256974e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .releaseconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"plugins": ["iobroker", "license"]
"plugins": ["iobroker", "license", "manual-review"]
}
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ Actually only following attributes are supported:
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
* (LausiD) Several problems have been fixed (#213, #214)

### 2.0.3 (2023-01-03)
* (Apollon77/LausiD) Made sure that all objects are initialized correctly

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@
"@alcalzone/release-script": "^3.6.0",
"@alcalzone/release-script-plugin-iobroker": "^3.6.0",
"@alcalzone/release-script-plugin-license": "^3.5.9",
"@alcalzone/release-script-plugin-manual-review": "^3.5.9",
"@iobroker/legacy-testing": "^0.3.7",
"axios": "^0.27.2",
"chai": "^4.3.7",
"gulp": "^4.0.2",
"mocha": "^10.2.0",
"chai": "^4.3.7"
"mocha": "^10.2.0"
},
"main": "main.js",
"files": [
Expand Down

0 comments on commit 256974e

Please sign in to comment.