Skip to content

Commit 9507c5c

Browse files
committed
chore(main): release 1.2.2
1 parent 4302cc9 commit 9507c5c

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.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.1"
2+
".": "1.2.2"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.2.2](https://github.com/narnaud/use/compare/v1.2.1...v1.2.2) (2025-10-07)
4+
5+
6+
### Bug Fixes 🐞
7+
8+
* **cmd:** Fix detection of flags in init script ([4302cc9](https://github.com/narnaud/use/commit/4302cc9c8569637056edd302ed17b7ff81f617b7))
9+
10+
11+
### Other
12+
13+
* update pre-commit hooks ([e56420f](https://github.com/narnaud/use/commit/e56420f52404b3d0f01d3e70de2df4d8f8036e5b))
14+
315
## [1.2.1](https://github.com/narnaud/use/compare/v1.2.0...v1.2.1) (2025-09-18)
416

517

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 = "use"
3-
version = "1.2.1"
3+
version = "1.2.2"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)