Skip to content

Commit f8c9874

Browse files
committed
chore: release v2.0.0
* (foxriver76) work with plugin base v2 * (foxriver76) ported to TypeScript to provide improved type support **Breaking Changes**: Due to the port to Plugin Base v2, `init` now returns a promise instead of accepting a callback parameter
1 parent 9319f80 commit f8c9874

File tree

4 files changed

+52
-5
lines changed

4 files changed

+52
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2023 ioBroker
3+
Copyright (c) 2020-2024 ioBroker
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

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

149149
## Changelog
150-
### **WORK IN PROGRESS**
150+
### 2.0.0 (2024-06-01)
151151
* (foxriver76) work with plugin base v2
152152
* (foxriver76) ported to TypeScript to provide improved type support
153+
**Breaking Changes**: Due to the port to Plugin Base v2, `init` now returns a promise instead of accepting a callback parameter
153154

154155
### 1.2.1 (2023-06-15)
155156
* (bluefox) Update packages

package-lock.json

Lines changed: 47 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iobroker/plugin-sentry",
3-
"version": "1.2.1",
3+
"version": "2.0.0",
44
"description": "Sentry module for plugins for js-controller and adapters",
55
"author": {
66
"name": "Ingo Fischer",
@@ -43,6 +43,7 @@
4343
"devDependencies": {
4444
"@alcalzone/release-script": "^3.5.9",
4545
"@alcalzone/release-script-plugin-license": "^3.5.9",
46+
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
4647
"@foxriver76/eslint-config": "^1.0.4",
4748
"@iobroker/types": "^6.0.0",
4849
"@types/node": "^20.3.1",

0 commit comments

Comments
 (0)