iobroker.alpha-ess 2.0.0-beta.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/admin/jsonConfig.json +1 -2
- package/io-package.json +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,7 +46,7 @@ How to find SN and Check code for registration is described here: https://github
|
|
|
46
46
|
**All product and company names or logos are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them or any associated subsidiaries! This personal project is maintained in spare time and has no business goal.**
|
|
47
47
|
|
|
48
48
|
## Changelog
|
|
49
|
-
### 2.0.0
|
|
49
|
+
### 2.0.0 (2023-12-02)
|
|
50
50
|
|
|
51
51
|
- (Gaspode) Breaking Change: Removed support of Closed API
|
|
52
52
|
|
package/admin/jsonConfig.json
CHANGED
package/io-package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "alpha-ess",
|
|
4
|
-
"version": "2.0.0
|
|
4
|
+
"version": "2.0.0",
|
|
5
5
|
"news": {
|
|
6
|
-
"2.0.0
|
|
6
|
+
"2.0.0": {
|
|
7
7
|
"en": "Breaking Change: Removed support of Closed API",
|
|
8
8
|
"de": "Breaking Change: Entfernte Unterstützung von Closed API",
|
|
9
9
|
"ru": "Перерыв изменения: Удаленная поддержка Закрытого API",
|