Skip to content

Commit 75faa1c

Browse files
Update 0.0.3
1 parent 477b067 commit 75faa1c

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## v0.0.1 (2024-12-06)
88

9-
Initial release with basic HTML5 boilerplate and common HTML tag snippets.
9+
Initial release with basic HTML5 boilerplate and common HTML tag snippets.
10+
11+
## v0.0.2 (2024-12-06)
12+
13+
Fix some Bug
14+
15+
## v0.0.3 (2024-12-06)
16+
17+
Fix major some Bug

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "advanced-html-snippets",
33
"displayName": "Advanced HTML Snippets",
44
"description": "A advanced HTML snippets for fast coding.",
5-
"version": "0.0.1",
5+
"version": "0.0.3",
66
"publisher": "codegyan",
77
"author": "Prathmesh Yelne",
88
"engines": {
@@ -16,7 +16,7 @@
1616
"contributes": {
1717
"snippets": [
1818
{
19-
"language": "HTML",
19+
"language": "html",
2020
"path": "./snippets/html.json"
2121
}
2222
]

0 commit comments

Comments
 (0)