Skip to content

Commit

Permalink
chore: release v2.0.1
Browse files Browse the repository at this point in the history
* (foxriver76) fixed `types` and `main` file export
  • Loading branch information
foxriver76 committed Jun 1, 2024
1 parent 7a3c31f commit 2e2f7e0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ This should cause the adapter to crash and the exception to be shown in the sent
-->

## Changelog
### 2.0.1 (2024-06-01)
* (foxriver76) fixed `types` and `main` file export

### 2.0.0 (2024-06-01)
* (foxriver76) work with plugin base v2
* (foxriver76) ported to TypeScript to provide improved type support
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@iobroker/plugin-sentry",
"version": "2.0.0",
"version": "2.0.1",
"description": "Sentry module for plugins for js-controller and adapters",
"author": {
"name": "Ingo Fischer",
"email": "[email protected]"
},
"main": "index.js",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build",
"LICENSE"
Expand Down

0 comments on commit 2e2f7e0

Please sign in to comment.