Skip to content

Commit

Permalink
chore: release v2.0.1
Browse files Browse the repository at this point in the history
**Breaking Changes:**
* (foxriver76) Methods no longer work with callback, please check the methods according to the types.
* (foxriver76) All methods with `async` postfix are now working renamed to methods without the postfix
while the callback methods have been removed
* (foxriver76) Renamed `instanciatePlugin` to `instantiatePlugin`
* (foxriver76) renamed `isPluginInstanciated` to `isPluginInstantiated`
  • Loading branch information
foxriver76 committed May 27, 2024
1 parent b3af013 commit 7df788d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
node-version: [18.x]

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ One example is the Sentry plugin available at https://github.com/ioBroker/plugin
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### 2.0.0 (2024-05-27)
### 2.0.1 (2024-05-27)
**Breaking Changes:**
* (foxriver76) Methods no longer work with callback, please check the methods according to the types.
* (foxriver76) All methods with `async` postfix are now working renamed to methods without the postfix
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iobroker/plugin-base",
"version": "2.0.0",
"version": "2.0.1",
"description": "Base module for plugins for js-controller and adapters",
"author": {
"name": "Ingo Fischer",
Expand Down

0 comments on commit 7df788d

Please sign in to comment.