-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
031d8c5
commit 78bb1c9
Showing
8 changed files
with
25 additions
and
536 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"plugins": ["iobroker", "license"], | ||
"exec": { | ||
"beforePush": "npm run build" | ||
"before_commit": "npm run build" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2014-2021 smiling_Jack <[email protected]>, bluefox <[email protected]> | ||
Copyright (c) 2014-2022 bluefox <[email protected]>, | ||
|
||
Copyright (c) 2014-2016 smiling_Jack <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,9 @@ More description could be found [here](https://github.com/ioBroker/ioBroker.s7/b | |
--> | ||
|
||
## Changelog | ||
### __WORK IN PROGRESS__ | ||
* (bluefox) Updated releaser | ||
|
||
### 1.3.10 (2021-11-13) | ||
* (Apollon77) Better handle invalid entries with empty Address | ||
|
||
|
@@ -236,7 +239,7 @@ More description could be found [here](https://github.com/ioBroker/ioBroker.s7/b | |
## License | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2014-2021 bluefox <[email protected]>, | ||
Copyright (c) 2014-2022 bluefox <[email protected]>, | ||
|
||
Copyright (c) 2014-2016 smiling_Jack <[email protected]> | ||
|
||
|
Oops, something went wrong.