Skip to content

Commit 4a18405

Browse files
breadonceeclaude
andcommitted
fix(vscode): correct repository URL and bump to v0.8.7
Point repository, homepage, and bugs URLs to the correct GitHub repo (GeneralJerel/chalk-skills). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a78f85d commit 4a18405

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

packages/vscode-extension/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.8.7] - 2026-03-20
4+
5+
### Fixed
6+
- Repository URL corrected to https://github.com/GeneralJerel/chalk-skills
7+
- Added homepage and bugs links to package.json
8+
39
## [0.8.6] - 2026-03-20
410

511
### Fixed

packages/vscode-extension/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
"name": "chalk-skills",
33
"displayName": "Chalk Skills",
44
"description": "Gamified skill manager for AI agents and development workflows. Discover, craft, and level up reusable skills.",
5-
"version": "0.8.6",
5+
"version": "0.8.7",
66
"publisher": "chalk-agents",
77
"license": "MIT",
88
"icon": "media/icon.png",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/chalk-ai/chalk-skills"
11+
"url": "https://github.com/GeneralJerel/chalk-skills"
12+
},
13+
"homepage": "https://github.com/GeneralJerel/chalk-skills#readme",
14+
"bugs": {
15+
"url": "https://github.com/GeneralJerel/chalk-skills/issues"
1216
},
1317
"engines": {
1418
"vscode": "^1.85.0"

0 commit comments

Comments
 (0)