Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
molisani committed Nov 4, 2024
1 parent e22572e commit 7898563
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 12 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 1.1.0 (2024-11-04)


### 🚀 Features

- new option to display brief with custom usage ([d78fda3](https://github.com/bloomberg/stricli/commit/d78fda3))

### 🩹 Fixes

- verify @types/node version with registry ([1a762b0](https://github.com/bloomberg/stricli/commit/1a762b0))
- hidden --node-version flag to bypass version discovery ([f237e04](https://github.com/bloomberg/stricli/commit/f237e04))

### ❤️ Thank You

- Michael Molisani

## 1.0.1 (2024-10-22)


Expand Down
12 changes: 6 additions & 6 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.0.1",
"version": "1.1.0",
"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.0.1"
"@stricli/core": "^1.1.0"
}
}
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.0.1",
"version": "1.1.0",
"description": "Build complex CLIs with type safety and no dependencies",
"license": "Apache-2.0",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stricli/create-app",
"version": "1.0.1",
"version": "1.1.0",
"description": "Generate a new Stricli application",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -56,8 +56,8 @@
"minify": true
},
"dependencies": {
"@stricli/auto-complete": "^1.0.1",
"@stricli/core": "^1.0.1"
"@stricli/auto-complete": "^1.1.0",
"@stricli/core": "^1.1.0"
},
"devDependencies": {
"@types/chai": "^4.3.16",
Expand Down

0 comments on commit 7898563

Please sign in to comment.