Skip to content

Commit

Permalink
chore: release v1.0.8
Browse files Browse the repository at this point in the history
* (bluefox) added `patternForWidgetsFiles`
  • Loading branch information
GermanBluefox committed Sep 21, 2024
1 parent 909e255 commit 1e5520d
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ node node_modules/@iobroker/build-tools/convertI18n.js path/to/i18n
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 1.0.8 (2024-09-21)
* (bluefox) added `patternForWidgetsFiles`

### 1.0.7 (2024-09-21)
Expand Down
1 change: 1 addition & 0 deletions build/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,5 @@ options?: {
/** Max memory size for exec */
ramSize?: number;
}): Promise<void>;
export declare function patternForWidgetsFiles(src: string): string[];
export declare function patchHtmlFile(fileName: string): Promise<boolean>;
40 changes: 37 additions & 3 deletions build/index.js

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

Loading

0 comments on commit 1e5520d

Please sign in to comment.