Skip to content

Commit 77dff32

Browse files
committed
chore: release v1.2.0
Add db types to sentry data
1 parent bef39fb commit 77dff32

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ The adapter should crash in this place and the exception should be shown in the
131131

132132
## Changelog
133133

134-
### __WORK IN PROGRESS__
134+
### 1.2.0 (2022-02-19)
135135
* (Apollon77) Add db types to sentry data
136136

137137
### 1.1.10 (2021-02-09)

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iobroker/plugin-sentry",
3-
"version": "1.1.10",
3+
"version": "1.2.0",
44
"description": "Sentry module for plugins for js-controller and adapters",
55
"author": {
66
"name": "Ingo Fischer",
@@ -38,4 +38,4 @@
3838
"eslint-config-prettier": "^8.3.0",
3939
"eslint-plugin-prettier": "^4.0.0"
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)