Skip to content

Commit eda7283

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.1.0
1 parent 969832d commit eda7283

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
# Change Log
1+
# 0.1.0 (2022-02-10)
22

3-
All notable changes to the "Next.js and React Snippets" extension will be documented in this file.
43

5-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
4+
### Features
5+
6+
* add nextjs snippet ([8bd2027](https://github.com/avneesh0612/React-Next.js-snippets/commit/8bd2027d3a8fc5d30ea926319f263f029463139d))
7+
* added next js typescript component ([7da5468](https://github.com/avneesh0612/React-Next.js-snippets/commit/7da54689a5ab29ac27d9cf7c5dbf48e3e7f80ed8))
8+
69

7-
## 0.0.1
810

9-
- Initial release of Next.js and React Snippets

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nextreactsnippets",
33
"displayName": "Next.js and React Snippets",
44
"description": "This is an extension for Next.js and React Snippets with ts support as well!",
5-
"version": "0.0.1",
5+
"version": "0.1.0",
66
"engines": {
77
"vscode": "^1.64.0"
88
},
@@ -40,4 +40,4 @@
4040
"devDependencies": {
4141
"husky": "^7.0.4"
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)