Skip to content

Commit 8d13a21

Browse files
chore(main): release iobroker-sync 0.2.0
1 parent 6fe3742 commit 8d13a21

4 files changed

Lines changed: 18 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-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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+
## [0.2.0](https://github.com/mschmicking/iobroker-sync/compare/iobroker-sync-v0.1.0...iobroker-sync-v0.2.0) (2026-07-31)
9+
10+
11+
### Added
12+
13+
* **types:** add an `iob-sync types` command and fix phantom collisions ([3b9724b](https://github.com/mschmicking/iobroker-sync/commit/3b9724b99a996acb1f2fabaff9823ae48d764869))
14+
15+
16+
### Fixed
17+
18+
* **ci:** allow the scope release-please uses in its own PR title ([6fe3742](https://github.com/mschmicking/iobroker-sync/commit/6fe37420e086025baea4cf3ebbd87a6ceea42cdb))
19+
* **ci:** make release-please able to open a release PR ([cab77a4](https://github.com/mschmicking/iobroker-sync/commit/cab77a46594220dafe308cd2f7633c816ffeac8a))
20+
* **sync:** stop pull silently overwriting files the user already had ([e8ccf4a](https://github.com/mschmicking/iobroker-sync/commit/e8ccf4ac658d0f8d6e245583e292143367cba3b2))
21+
822
## [Unreleased]
923

1024
Nothing published to npm yet. The entries below describe the state being prepared

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": "0.1.0",
3+
"version": "0.2.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)