diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96f1cd9..9049e2f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "1.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 120859c..a104607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project are documented here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.1](https://github.com/mschmicking/iobroker-sync/compare/v1.3.0...v1.3.1) (2026-08-30) + + +### Fixed + +* **logs:** send requireLog, the command that actually streams logs ([#33](https://github.com/mschmicking/iobroker-sync/issues/33)) ([aaa8468](https://github.com/mschmicking/iobroker-sync/commit/aaa8468a24348c7b14af4929c373de0434c5dc18)) + ## [1.3.0](https://github.com/mschmicking/iobroker-sync/compare/v1.2.0...v1.3.0) (2026-08-18) diff --git a/package-lock.json b/package-lock.json index 7b64a48..f99d356 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker-sync", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker-sync", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "dependencies": { "chokidar": "^3.6.0", diff --git a/package.json b/package.json index 609e5ed..118163c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker-sync", - "version": "1.3.0", + "version": "1.3.1", "description": "CLI to sync ioBroker JavaScript/TypeScript scripts with a local folder", "license": "MIT", "author": "Maurice Schmicking",