Skip to content

Commit d512975

Browse files
chore(main): release 1.0.0 (#13)
Co-authored-by: Maurice Schmicking <17197791+mschmicking@users.noreply.github.com>
1 parent 66926b5 commit d512975

4 files changed

Lines changed: 24 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+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ 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.0.0](https://github.com/mschmicking/iobroker-sync/compare/v0.1.0...v1.0.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:** let the release PR actually run its checks, and fix the tag name ([02e36c7](https://github.com/mschmicking/iobroker-sync/commit/02e36c7316fd4abd7ebb68df75f92924f5ce989e))
20+
* **ci:** make release-please able to open a release PR ([cab77a4](https://github.com/mschmicking/iobroker-sync/commit/cab77a46594220dafe308cd2f7633c816ffeac8a))
21+
* **sync:** stop pull silently overwriting files the user already had ([e8ccf4a](https://github.com/mschmicking/iobroker-sync/commit/e8ccf4ac658d0f8d6e245583e292143367cba3b2))
22+
23+
24+
### Chores
25+
26+
* release 1.0.0 ([837b553](https://github.com/mschmicking/iobroker-sync/commit/837b553b5fe743479a5a47c35539d238b02f0c02))
27+
828
## [Unreleased]
929

1030
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": "1.0.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)