From 9887ca3dcc9c6c0f407de74346c147199ecadade Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 20 Mar 2026 08:58:03 +0100 Subject: [PATCH] chore: bump version to 2.1.5 and add versioning policy --- .github/copilot-instructions.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 0c1e2cf..97446a9 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -24,3 +24,6 @@ - **New Commands**: To add a command, create a new file in `src/commands/` (or a subfolder). It must export a definition object (default or named) with `name`, `description`, and `action`. - **Error Handling**: Follow the pattern in [src/commands/health.ts](src/commands/health.ts) for handling Axios errors (check for `error.response`, `error.request`, etc.). - **No Global Scope**: Keep command logic within the `action` function or extracted to utility modules to maintain testability. + +## Versioning +- **Versioning**: Always increment the version number in package.json whenever a change is merged into main. The version format is major.minor.patch. diff --git a/package.json b/package.json index 77ae35a..c9e68e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shsf-cli", - "version": "2.1.0", + "version": "2.1.5", "description": "", "type": "module", "files": [