Skip to content

Commit fb6503e

Browse files
committed
chore: release @qui-cli/qui-cli@5.1.0
1 parent cf06e69 commit fb6503e

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

packages/qui-cli/CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,28 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5-
## [5.0.4](https://github.com/battis/qui-cli/compare/qui-cli/5.0.3...qui-cli/5.0.4) (2026-01-18)
5+
## [5.1.0](https://github.com/battis/qui-cli/compare/qui-cli/5.0.4...qui-cli/5.1.0) (2026-01-19)
6+
7+
### Features
68

9+
- **env** support 1Password secret references if @1password/sdk (and 1Password) installed ([ed4570c](https://github.com/battis/qui-cli/commit/ed4570cd5cf19ae34fc03f6b88b01f0ebf72e72d))
10+
11+
## [5.0.4](https://github.com/battis/qui-cli/compare/qui-cli/5.0.3...qui-cli/5.0.4) (2026-01-18)
712

813
### Bug Fixes
914

10-
* compile against Node.js v24 ([7b06b4f](https://github.com/battis/qui-cli/commit/7b06b4f4ac4f9688719041ab8b1d837b3a0ee214))
15+
- compile against Node.js v24 ([7b06b4f](https://github.com/battis/qui-cli/commit/7b06b4f4ac4f9688719041ab8b1d837b3a0ee214))
1116

1217
## [5.0.3](https://github.com/battis/qui-cli/compare/qui-cli/5.0.2...qui-cli/5.0.3) (2026-01-02)
1318

1419
### Features
1520

16-
* **shell@3.1.0** disable/enable logging of commands ([d8b6f14](https://github.com/battis/qui-cli/commit/d8b6f14a7ba2452735940a26364426226dca05a5))
17-
* **colors@3.2.0** add highlighting options for paths and commands ([e64a88e](https://github.com/battis/qui-cli/commit/e64a88e8a2c38fe485fa2527fe5c3953dce4b950))
21+
- **shell@3.1.0** disable/enable logging of commands ([d8b6f14](https://github.com/battis/qui-cli/commit/d8b6f14a7ba2452735940a26364426226dca05a5))
22+
- **colors@3.2.0** add highlighting options for paths and commands ([e64a88e](https://github.com/battis/qui-cli/commit/e64a88e8a2c38fe485fa2527fe5c3953dce4b950))
1823

1924
### Bug Fixes
2025

21-
* normalize peer dependencies ([cdd81b7](https://github.com/battis/qui-cli/commit/cdd81b7c4bea7c769021ff58177750c5a1369f76))
22-
26+
- normalize peer dependencies ([cdd81b7](https://github.com/battis/qui-cli/commit/cdd81b7c4bea7c769021ff58177750c5a1369f76))
2327

2428
## [5.0.2](https://github.com/battis/qui-cli/compare/qui-cli/5.0.1...qui-cli/5.0.2) (2025-11-12)
2529

packages/qui-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qui-cli/qui-cli",
3-
"version": "5.0.4",
3+
"version": "5.1.0",
44
"description": "Quickly build a CLI app",
55
"homepage": "https://github.com/battis/qui-cli/tree/main/packages/qui-cli#readme",
66
"repository": {

0 commit comments

Comments
 (0)