Skip to content

Commit

Permalink
chore: release v2.0.0
Browse files Browse the repository at this point in the history
* (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
  • Loading branch information
foxriver76 committed Jun 1, 2024
1 parent 9319f80 commit f8c9874
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2023 ioBroker
Copyright (c) 2020-2024 ioBroker

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,10 @@ This should cause the adapter to crash and the exception to be shown in the sent
-->

## Changelog
### **WORK IN PROGRESS**
### 2.0.0 (2024-06-01)
* (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.2.1 (2023-06-15)
* (bluefox) Update packages
Expand Down
49 changes: 47 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iobroker/plugin-sentry",
"version": "1.2.1",
"version": "2.0.0",
"description": "Sentry module for plugins for js-controller and adapters",
"author": {
"name": "Ingo Fischer",
Expand Down Expand Up @@ -43,6 +43,7 @@
"devDependencies": {
"@alcalzone/release-script": "^3.5.9",
"@alcalzone/release-script-plugin-license": "^3.5.9",
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
"@foxriver76/eslint-config": "^1.0.4",
"@iobroker/types": "^6.0.0",
"@types/node": "^20.3.1",
Expand Down

0 comments on commit f8c9874

Please sign in to comment.