Skip to content

Commit

Permalink
chore: release v0.1.3
Browse files Browse the repository at this point in the history
Disabled license info dialog at first start-up (#10)
Fixed issue on MacOS about "COMMAND" property (#11)
Fixed issue where error output from parcel (or tsc) would kill the application
  • Loading branch information
UncleSamSwiss committed Apr 1, 2021
1 parent 0c48a95 commit feb0693
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## __WORK IN PROGRESS__
-->

## __WORK IN PROGRESS__
## 0.1.3 (2021-04-01)

- (UncleSamSwiss) Disabled license info dialog at first start-up (#10)
- (UncleSamSwiss) Fixed issue on MacOS about "COMMAND" property (#11)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iobroker/dev-server",
"version": "0.1.2",
"version": "0.1.3",
"description": "Single package development server for ioBroker",
"main": "dist/index.js",
"bin": {
Expand Down

0 comments on commit feb0693

Please sign in to comment.