Skip to content

Commit 1398b12

Browse files
committed
chore(release): v1.16.0
1 parent 557bbf6 commit 1398b12

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the "vscode-js-ts-react-nextjs-snippets" extension will be documented in this file.
44

5+
## 1.16.0 <small>- 2023/04/27</small>
6+
7+
- Improved snippets that depend on directory & filename
8+
59
## 1.15.0 <small>- 2023/03/10</small>
610

711
- Added `loopJSX` (JSX mapping an array) snippet

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "JavaScript/TypeScript React/Next.js Snippets",
44
"description": "Snippets for JavaScript, TypeScript, React.js, Next.js, React Query, SWR, Redux, Jest, React Hook Form, Emotion CSS, & many more",
55
"icon": "images/logo.png",
6-
"version": "1.15.0",
6+
"version": "1.16.0",
77
"publisher": "afifu",
88
"keywords": [
99
"vscode",

0 commit comments

Comments
 (0)