Skip to content

Commit

Permalink
4.0.2 downgrade semver
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox authored and Apollon77 committed Feb 12, 2020
1 parent e90f132 commit 9d4d930
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 38 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ This project uses some icons from [Flaticon](https://www.flaticon.com/):
- <img src="src/img/rooms/toilet.svg" height="48" /> - Icons made by [Freepik](http://www.freepik.com) from [www.flaticon.com](https://www.flaticon.com/) is licensed by [CC 3.0 BY](http://creativecommons.org/licenses/by/3.0/)

## Changelog
### 4.0.2 (2020-02-12)
* (Apollon77) Downgrade semver to 6.3 to stay compatible with nodejs 8

### 4.0.1 (2020-02-07)
* (bluefox) Fixed the loading of some adapter configurations

Expand Down
4 changes: 2 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"common": {
"name": "admin",
"title": "Admin",
"version": "4.0.1",
"version": "4.0.2",
"news": {
"4.0.1": {
"4.0.2": {
"en": "Fixed the loading of some adapter configurations",
"de": "Das Laden einiger Adapterkonfigurationen wurde behoben",
"ru": "Исправлена загрузка некоторых конфигураций адаптера",
Expand Down
49 changes: 15 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.admin",
"description": "The adapter opens a webserver for the ioBroker admin UI.",
"version": "4.0.1",
"version": "4.0.2",
"contributors": [
"bluefox <[email protected]>",
"apollon77",
Expand Down Expand Up @@ -31,7 +31,7 @@
"passport-local": "^1.0.0",
"passport.socketio": "^3.7.0",
"request": "^2.88.0",
"semver": "^7.1.2",
"semver": "^6.3.0",
"socket.io": "^2.3.0",
"xtend": "^4.0.2"
},
Expand Down

0 comments on commit 9d4d930

Please sign in to comment.