Skip to content

Commit 8447ed2

Browse files
authored
Update documentation. (#90) (#114)
1 parent d2489d4 commit 8447ed2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,8 @@ jobs:
122122
git add .
123123
git commit -m "docs: snapshot version ${{ steps.version.outputs.VERSION }}"
124124
git push
125+
126+
- name: Trigger docs deployment
127+
run: gh workflow run docs.yml --ref main
128+
env:
129+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

storm-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storm-orm/cli",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"description": "Storm ORM - AI assistant configuration tool",
55
"type": "module",
66
"bin": {

storm-cli/storm.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { basename, join, dirname } from 'path';
99
import { homedir } from 'os';
1010
import { execSync } from 'child_process';
1111

12-
const VERSION = '1.11.0';
12+
const VERSION = '1.11.1';
1313

1414
// ─── ANSI ────────────────────────────────────────────────────────────────────
1515

0 commit comments

Comments
 (0)