Skip to content

Commit f4dd549

Browse files
authored
chore(main): release 1.3.0 (#29)
1 parent da1692c commit f4dd549

4 files changed

Lines changed: 17 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.0"
2+
".": "1.3.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project are documented here.
55
Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); versions follow
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.0](https://github.com/mschmicking/iobroker-sync/compare/v1.2.0...v1.3.0) (2026-08-18)
9+
10+
11+
### Added
12+
13+
* **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))
14+
15+
16+
### Fixed
17+
18+
* **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))
19+
* **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))
20+
821
## [1.2.0](https://github.com/mschmicking/iobroker-sync/compare/v1.1.0...v1.2.0) (2026-08-05)
922

1023

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker-sync",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "CLI to sync ioBroker JavaScript/TypeScript scripts with a local folder",
55
"license": "MIT",
66
"author": "Maurice Schmicking",

0 commit comments

Comments
 (0)