Skip to content

Commit 9d53575

Browse files
committed
Release v1.0.3
1 parent 782f08d commit 9d53575

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ npx @vscode/vsce publish
306306
**Step 3 — tag and push**
307307

308308
```bash
309-
git add package.json CHANGELOG.md README.md
309+
git add package.json README.md
310310
git commit -m "Release v1.x.x" # change version
311311
git tag v1.x.x # change version
312312
git push origin main --tags

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "as-notes",
33
"displayName": "AS Notes - Personal Knowledge Management",
44
"description": "Navigate markdown files using [[wikilinks]]. Highlights links, Ctrl+Click navigation, hover tooltips, auto-create missing pages, rename sync, autocomplete, and alias support.",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"publisher": "appsoftwareltd",
77
"license": "MIT",
88
"icon": "images/icon.png",

0 commit comments

Comments
 (0)