Skip to content

Commit f48f563

Browse files
committed
chore(release): 1.1.1
Signed-off-by: Michael Molisani <git@molisani.us>
1 parent b70bd39 commit f48f563

File tree

5 files changed

+62
-43
lines changed

5 files changed

+62
-43
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 1.1.1 (2025-01-13)
2+
3+
4+
### 🩹 Fixes
5+
6+
- loosen character restrictons on flags ([2088ffd](https://github.com/bloomberg/stricli/commit/2088ffd))
7+
- use exit code ([3ac7278](https://github.com/bloomberg/stricli/commit/3ac7278))
8+
- use correct flag for postinstall auto-complete command ([b70bd39](https://github.com/bloomberg/stricli/commit/b70bd39))
9+
10+
### ❤️ Thank You
11+
12+
- Marty Jones
13+
- Michael Molisani
14+
115
## 1.1.0 (2024-11-04)
216

317

package-lock.json

Lines changed: 42 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/auto-complete/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stricli/auto-complete",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Common utilities for enhancing Stricli applications with autocomplete",
55
"license": "Apache-2.0",
66
"repository": {
@@ -52,6 +52,6 @@
5252
"typescript": "5.6.x"
5353
},
5454
"dependencies": {
55-
"@stricli/core": "^1.1.0"
55+
"@stricli/core": "^1.1.1"
5656
}
5757
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stricli/core",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Build complex CLIs with type safety and no dependencies",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)