Skip to content

Commit 60fcb2c

Browse files
committed
chore: release v1.2.5
- (@GermanBluefox) Changed the order of authentications. Basic authentication will be checked as the last one. - (@GermanBluefox) Added the setting to disable basic authentication
1 parent fb6bbe0 commit 60fcb2c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ The answer is the same as for the login but with new tokens.
135135
Placeholder for the next version (at the beginning of the line):
136136
### **WORK IN PROGRESS**
137137
-->
138-
### **WORK IN PROGRESS**
138+
### 1.2.5 (2025-04-01)
139139

140140
- (@GermanBluefox) Changed the order of authentications. Basic authentication will be checked as the last one.
141141
- (@GermanBluefox) Added the setting to disable basic authentication

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iobroker/webserver",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"license": "MIT",
55
"engines": {
66
"node": ">=16.0.0"

0 commit comments

Comments
 (0)