Skip to content

Commit b2f02a6

Browse files
committed
README.md / CHANGELOG.md change
1 parent c484108 commit b2f02a6

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"env": {
1717
"AS_NOTES_DEBUG": "1",
1818
// Uncomment to use test licence server
19-
// "AS_NOTES_LICENCE_SERVER_URL": "http://localhost:5173"
19+
// "AS_NOTES_LICENCE_SERVER_URL": "http://localhost:5173",
2020
// Uncomment to simulate licence type
21-
"AS_NOTES_LICENCE_OVERRIDE": "pro_editor"
21+
// "AS_NOTES_LICENCE_OVERRIDE": "pro_editor"
2222
// "AS_NOTES_LICENCE_OVERRIDE": "pro_ai_sync"
2323
}
2424
}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to AS Notes will be documented here.
44

55
## Pending Release
66

7+
## [2.2.5] - 2026-03-19
8+
79
- Calendar in side bar for navigating Journal files
810

911
## [2.2.4] - 2026-03-19

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -838,8 +838,8 @@ npx @vscode/vsce publish
838838

839839
```bash
840840
git add .
841-
git commit -m "Release v2.2.4" # change version
842-
git tag v2.2.4 # change version
841+
git commit -m "Release v2.2.5" # change version
842+
git tag v2.2.5 # change version
843843
git push origin main --tags
844844
```
845845

0 commit comments

Comments
 (0)