Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
Add build script to compile TypeScript and React using the blazing fast esbuild
  • Loading branch information
UncleSamSwiss committed Feb 15, 2022
1 parent 13fa656 commit 15adf9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -216,7 +216,7 @@ This path can be changed with the `--config` option, short `-c`.
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 1.0.0 (2022-02-15)

- (AlCalzone) Add build script to compile TypeScript and React using the blazing fast esbuild

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@iobroker/adapter-dev",
"version": "0.1.0",
"version": "1.0.0",
"description": "All developer dependencies an ioBroker adapter developer needs",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -82,4 +82,4 @@
"tiny-glob": "^0.2.9",
"yargs": "^17.3.1"
}
}
}

0 comments on commit 15adf9e

Please sign in to comment.