diff --git a/README.md b/README.md index fff608f..a5c0890 100644 --- a/README.md +++ b/README.md @@ -42,25 +42,21 @@ Pre-requires: ## Changelog -# 2.2.2 (30.04.2023) - +# 2.2.2 (17.07.2023) - (Gaspode) Workaround for Node installation bug. In case that prefix directory is not created, the installer will create it # 2.2.1 (30.04.2023) - - (Gaspode) Catch and handle several error conditions - (Gaspode) Use a location for temporary files which causes less problems - (Gaspode) Handle ampersand character properly when setting path variable # 2.2.0 (18.04.2023) - - (Gaspode) Option added to set windows service startmode (auto, manual) - (Gaspode) Uninstall: keep iobroker-data, but rename it to iobroker-data_backup - (Gaspode) Allows changing the root folder for installations in expert mode - (Gaspode) Fixed firewall rules # 2.1.1 (30.03.2023) - - (Gaspode) Layout optimizations - (Gaspode) Refactored and optimized code, cleanup - (Gaspode) Support multi server installations in expert mode @@ -70,15 +66,12 @@ Pre-requires: - (Gaspode) Translations completed # 2.1.0 (09.03.2023) - - (Gaspode) Implemented option to modify the Windows firewall - (Gaspode) Ensured that the node path was set correctly when calling `npx` # 2.0.0 (04.03.2023) - - (Gaspode) Improved look & feel, improved error handling, added several checks, implemented more options - (Gaspode) added several languages # 1.1.0 (21.05.2022) - - (bluefox) Initial release diff --git a/package.json b/package.json index 7c325ff..72281a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.build", - "version": "2.2.1", + "version": "2.2.2", "repository": { "type": "git", "url": "https://github.com/ioBroker/ioBroker.build.git" @@ -8,7 +8,7 @@ "private": true, "dependencies": { "gulp": "^4.0.2", - "axios": "^1.3.6" + "axios": "^1.4.0" }, "scripts": { "build": "gulp"