diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f1463..96f1cd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 51fc440..120859c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ 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.0](https://github.com/mschmicking/iobroker-sync/compare/v1.2.0...v1.3.0) (2026-08-18) + + +### Added + +* **cli:** sweep the adapter markers a deleted script leaves behind ([#30](https://github.com/mschmicking/iobroker-sync/issues/30)) ([da1692c](https://github.com/mschmicking/iobroker-sync/commit/da1692c2b3709dbf9ea7616f97b45efc4d7db7cd)) + + +### Fixed + +* **deps:** bump js-yaml and brace-expansion out of their advisories ([#31](https://github.com/mschmicking/iobroker-sync/issues/31)) ([021472a](https://github.com/mschmicking/iobroker-sync/commit/021472a1ac55be1674fc9c25e0e1b8ca1efa6445)) +* **deps:** Bump ws from 8.21.1 to 8.21.3 ([#28](https://github.com/mschmicking/iobroker-sync/issues/28)) ([475ddcf](https://github.com/mschmicking/iobroker-sync/commit/475ddcf6bae46377e35694f38fec040065e614dd)) + ## [1.2.0](https://github.com/mschmicking/iobroker-sync/compare/v1.1.0...v1.2.0) (2026-08-05) diff --git a/package-lock.json b/package-lock.json index 3a54cad..fd5b447 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker-sync", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker-sync", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "dependencies": { "chokidar": "^3.6.0", diff --git a/package.json b/package.json index 3339fd0..609e5ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker-sync", - "version": "1.2.0", + "version": "1.3.0", "description": "CLI to sync ioBroker JavaScript/TypeScript scripts with a local folder", "license": "MIT", "author": "Maurice Schmicking",