From 34b6e99773956acbb6e9233f675a28e3b9c5ef6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 17:12:53 +0000 Subject: [PATCH] chore: version packages --- .changeset/default-provider-change.md | 5 ----- .changeset/floppy-kiwis-press.md | 5 ----- .changeset/strict-credentials-permissions.md | 5 ----- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 5 files changed, 12 insertions(+), 16 deletions(-) delete mode 100644 .changeset/default-provider-change.md delete mode 100644 .changeset/floppy-kiwis-press.md delete mode 100644 .changeset/strict-credentials-permissions.md create mode 100644 CHANGELOG.md diff --git a/.changeset/default-provider-change.md b/.changeset/default-provider-change.md deleted file mode 100644 index 7cca170..0000000 --- a/.changeset/default-provider-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cmdly": patch ---- - -Change default provider from `github-models` to `github-copilot` diff --git a/.changeset/floppy-kiwis-press.md b/.changeset/floppy-kiwis-press.md deleted file mode 100644 index 19f20c9..0000000 --- a/.changeset/floppy-kiwis-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cmdly": patch ---- - -Upgrade npm version in release workflow to support trusted publishing (OIDC) diff --git a/.changeset/strict-credentials-permissions.md b/.changeset/strict-credentials-permissions.md deleted file mode 100644 index d8f1377..0000000 --- a/.changeset/strict-credentials-permissions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cmdly": patch ---- - -Improve credentials file security by writing with strict permissions (0600). diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b21c74e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# cmdly + +## 0.0.1 + +### Patch Changes + +- [`fa2e780`](https://github.com/Armadillidiid/cmdly/commit/fa2e780a3ca116740faf046271fb00283829f093) Thanks [@Armadillidiid](https://github.com/Armadillidiid)! - Change default provider from `github-models` to `github-copilot` + +- [`f53f9cb`](https://github.com/Armadillidiid/cmdly/commit/f53f9cbc4afa5c7b3c05b9f14516b15380b65500) Thanks [@Armadillidiid](https://github.com/Armadillidiid)! - Upgrade npm version in release workflow to support trusted publishing (OIDC) + +- [`fa2e780`](https://github.com/Armadillidiid/cmdly/commit/fa2e780a3ca116740faf046271fb00283829f093) Thanks [@Armadillidiid](https://github.com/Armadillidiid)! - Improve credentials file security by writing with strict permissions (0600). diff --git a/package.json b/package.json index 5ccbaf2..a9726af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cmdly", - "version": "0.0.0", + "version": "0.0.1", "type": "module", "packageManager": "pnpm@10.14.0", "license": "MIT",