From 929896201c877c4403634ba7b98258e72fe3650a Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Wed, 25 Sep 2024 12:41:15 +0800 Subject: [PATCH] chore: release v1.1.0 - (bluefox) optimized the pacht of HTML file - (bluefox) Used `eslint-config` of ioBroker --- README.md | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3874376..7220a0b 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,7 @@ node node_modules/@iobroker/build-tools/convertI18n.js path/to/i18n --> ## Changelog - -### **WORK IN PROGRESS** +### 1.1.0 (2024-09-25) - (bluefox) optimized the pacht of HTML file - (bluefox) Used `eslint-config` of ioBroker diff --git a/package.json b/package.json index b7c16c4..f976d41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/build-tools", - "version": "1.0.9", + "version": "1.1.0", "description": "Replacement for gulp", "author": { "name": "Denis Haev",