File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
6
7
7
## v0.0.1 (2024-12-06)
8
8
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
Original file line number Diff line number Diff line change 2
2
"name" : " advanced-html-snippets" ,
3
3
"displayName" : " Advanced HTML Snippets" ,
4
4
"description" : " A advanced HTML snippets for fast coding." ,
5
- "version" : " 0.0.1 " ,
5
+ "version" : " 0.0.3 " ,
6
6
"publisher" : " codegyan" ,
7
7
"author" : " Prathmesh Yelne" ,
8
8
"engines" : {
16
16
"contributes" : {
17
17
"snippets" : [
18
18
{
19
- "language" : " HTML " ,
19
+ "language" : " html " ,
20
20
"path" : " ./snippets/html.json"
21
21
}
22
22
]
You can’t perform that action at this time.
0 commit comments