diff --git a/.changeset/calm-credential-prompts.md b/.changeset/calm-credential-prompts.md deleted file mode 100644 index c4b532d..0000000 --- a/.changeset/calm-credential-prompts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@faststats/cli": patch ---- - -Reuse the OS credential lookup throughout each CLI process to prevent repeated permission prompts. diff --git a/.changeset/fresh-tools-projects.md b/.changeset/fresh-tools-projects.md deleted file mode 100644 index 794a479..0000000 --- a/.changeset/fresh-tools-projects.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@faststats/cli": patch ---- - -Upgrade Effect, OpenTUI, TypeScript, and the generated API client, and restore owned projects in dashboard listings. diff --git a/CHANGELOG.md b/CHANGELOG.md index ef22e80..9382c4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @faststats/cli +## 0.1.1 + +### Patch Changes + +- f5c717d: Reuse the OS credential lookup throughout each CLI process to prevent repeated permission prompts. +- f5c717d: Upgrade Effect, OpenTUI, TypeScript, and the generated API client, and restore owned projects in dashboard listings. + ## 0.1.0 ### Minor Changes diff --git a/package.json b/package.json index ef101f9..5245718 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@faststats/cli", - "version": "0.1.0", + "version": "0.1.1", "module": "src/index.ts", "type": "module", "bin": {