Skip to content

Commit f14077a

Browse files
committed
Added CHANGELOG. added details in project.json
1 parent c78c7b7 commit f14077a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Changelog
2+
3+
## v0.0.1
4+
* Initial release
5+
* Added Syntax highlighting
6+
* Added few snippets

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"description": "Bluespec System Verilog support for VS Code",
44
"version": "0.0.1",
55
"publisher": "Raamakrishnan A.",
6+
"homepage": "https://github.com/Raamakrishnan/bsv-for-vscode",
7+
"bugs": {
8+
"url": "https://github.com/Raamakrishnan/bsv-for-vscode/issues"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/Raamakrishnan/bsv-for-vscode"
13+
},
614
"engines": {
715
"vscode": "^1.10.0"
816
},

0 commit comments

Comments
 (0)