Skip to content

Commit 2e2f7e0

Browse files
committed
chore: release v2.0.1
* (foxriver76) fixed `types` and `main` file export
1 parent 7a3c31f commit 2e2f7e0

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ This should cause the adapter to crash and the exception to be shown in the sent
147147
-->
148148

149149
## Changelog
150+
### 2.0.1 (2024-06-01)
151+
* (foxriver76) fixed `types` and `main` file export
152+
150153
### 2.0.0 (2024-06-01)
151154
* (foxriver76) work with plugin base v2
152155
* (foxriver76) ported to TypeScript to provide improved type support

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "@iobroker/plugin-sentry",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Sentry module for plugins for js-controller and adapters",
55
"author": {
66
"name": "Ingo Fischer",
77
"email": "iobroker@fischer-ka.de"
88
},
9-
"main": "index.js",
9+
"main": "build/index.js",
10+
"types": "build/index.d.ts",
1011
"files": [
1112
"build",
1213
"LICENSE"

0 commit comments

Comments
 (0)