Skip to content

Commit cc44513

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2025-12-30) ### Bug Fixes * **ci:** add package-lock.json for npm ci in GitHub Actions ([bb88780](bb88780)) * **ci:** disable husky git hooks in semantic-release workflow ([302cabe](302cabe)) * **ci:** properly capture semantic-release outputs for multi-platform builds ([8436bc1](8436bc1))
1 parent f634063 commit cc44513

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.0.2](https://github.com/bordeux/tmpltool/compare/v1.0.1...v1.0.2) (2025-12-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** add package-lock.json for npm ci in GitHub Actions ([bb88780](https://github.com/bordeux/tmpltool/commit/bb88780916170b0adcac5e276cb5516b3e405233))
7+
* **ci:** disable husky git hooks in semantic-release workflow ([302cabe](https://github.com/bordeux/tmpltool/commit/302cabeecd1aee4a16e0e142033692c45eca84e6))
8+
* **ci:** properly capture semantic-release outputs for multi-platform builds ([8436bc1](https://github.com/bordeux/tmpltool/commit/8436bc19f8778203697a8c79a8cc2b0a4ff045bc))
9+
110
## [1.0.1](https://github.com/bordeux/tmpltool/compare/v1.0.0...v1.0.1) (2025-12-30)
211

312

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tmpltool"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)