Skip to content

Commit

Permalink
chore: release v3.0.6
Browse files Browse the repository at this point in the history
- (foxriver76) hotfix previous release: compatibility with next controller with new esm/cjs exports
  • Loading branch information
foxriver76 committed Mar 24, 2024
1 parent 7e8d91d commit 729e73b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ If you find errors in the definitions, e.g. function calls that should be allowe
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 3.0.6 (2024-03-24)

- (foxriver76) hotfix previous release: compatibility with next controller with new esm/cjs exports

Expand Down
1 change: 0 additions & 1 deletion build/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/// <reference types="iobroker" />
import { ExitCodes } from "./exitCodes";
import "@iobroker/types";
export { commonTools } from "./controllerTools";
Expand Down
1 change: 0 additions & 1 deletion build/utils.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/// <reference types="iobroker" />
/** The root directory of JS-Controller */
export declare const controllerDir: string;
/** Reads the configuration file of JS-Controller */
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/adapter-core",
"version": "3.0.5",
"version": "3.0.6",
"description": "Core module to be used in ioBroker adapters. Acts as the bridge to js-controller.",
"engines": {
"npm": ">=7.0.0"
Expand Down

0 comments on commit 729e73b

Please sign in to comment.