Skip to content

Commit

Permalink
chore(release): 1.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Molisani <[email protected]>
  • Loading branch information
molisani committed Jan 13, 2025
1 parent b70bd39 commit f48f563
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 43 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 1.1.1 (2025-01-13)


### 🩹 Fixes

- loosen character restrictons on flags ([2088ffd](https://github.com/bloomberg/stricli/commit/2088ffd))
- use exit code ([3ac7278](https://github.com/bloomberg/stricli/commit/3ac7278))
- use correct flag for postinstall auto-complete command ([b70bd39](https://github.com/bloomberg/stricli/commit/b70bd39))

### ❤️ Thank You

- Marty Jones
- Michael Molisani

## 1.1.0 (2024-11-04)


Expand Down
79 changes: 42 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/auto-complete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stricli/auto-complete",
"version": "1.1.0",
"version": "1.1.1",
"description": "Common utilities for enhancing Stricli applications with autocomplete",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -52,6 +52,6 @@
"typescript": "5.6.x"
},
"dependencies": {
"@stricli/core": "^1.1.0"
"@stricli/core": "^1.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stricli/core",
"version": "1.1.0",
"version": "1.1.1",
"description": "Build complex CLIs with type safety and no dependencies",
"license": "Apache-2.0",
"repository": {
Expand Down
Loading

0 comments on commit f48f563

Please sign in to comment.