Skip to content

Commit 46518e9

Browse files
authored
chore(main): release 1.0.1 (#14)
1 parent 6101555 commit 46518e9

4 files changed

Lines changed: 12 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.0.0"
2+
".": "1.0.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.1](https://github.com/mschmicking/iobroker-sync/compare/v1.0.0...v1.0.1) (2026-07-31)
9+
10+
11+
### Fixed
12+
13+
* **build:** add the npm metadata provenance and the npm page need ([8c2f5db](https://github.com/mschmicking/iobroker-sync/commit/8c2f5dbc637faa3b18dfb475a9225b7aa930d547))
14+
* **cli:** report the real version instead of a hardcoded 0.1.0 ([#17](https://github.com/mschmicking/iobroker-sync/issues/17)) ([3f62ac0](https://github.com/mschmicking/iobroker-sync/commit/3f62ac0e755c4c937f21d785ba34f770babc5aaa))
15+
816
## [1.0.0](https://github.com/mschmicking/iobroker-sync/compare/v0.1.0...v1.0.0) (2026-07-31)
917

1018

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