Skip to content

Commit 6bd82f5

Browse files
committed
chore(release): v1.10.0
1 parent 569c294 commit 6bd82f5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## 1.10.0 <small>- 2022/07/19</small>
6+
7+
- Added React with Emotion CSS snippet (`emoRFC`, `emoRFCe`, `emoRAFC`, `emoRAFCe`)
8+
- Added React element with `dangerouslySetInnerHTML` prop
9+
510
## 1.9.0 <small>- 2022/06/21</small>
611

712
- Added React functional component without export snippet (`rFCne`, `rAFCne`)

package.json

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

0 commit comments

Comments
 (0)