Skip to content

Commit f17f08f

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.2.0
1 parent 16b4c49 commit f17f08f

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1-
# 0.1.0 (2022-02-11)
1+
# [0.2.0](https://github.com/avneesh0612/React-Next.js-snippets/compare/v0.1.0...v0.2.0) (2022-02-11)
2+
3+
4+
### Features
5+
6+
* add snippets for getInitialProps and (fix) use TM_FILENAME_BASE instead of TM_FILENAME ([230a8bd](https://github.com/avneesh0612/React-Next.js-snippets/commit/230a8bdaafe0094793beb9aac715736c2e6f1dc6))
7+
8+
9+
10+
# [0.1.0](https://github.com/avneesh0612/React-Next.js-snippets/compare/8bd2027d3a8fc5d30ea926319f263f029463139d...v0.1.0) (2022-02-10)
211

312

413
### Features
514

615
* add nextjs snippet ([8bd2027](https://github.com/avneesh0612/React-Next.js-snippets/commit/8bd2027d3a8fc5d30ea926319f263f029463139d))
716
* added next js typescript component ([7da5468](https://github.com/avneesh0612/React-Next.js-snippets/commit/7da54689a5ab29ac27d9cf7c5dbf48e3e7f80ed8))
17+
18+
19+

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.1.0",
5+
"version": "0.2.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)