Skip to content

Commit

Permalink
chore(release): v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afiiif committed Jul 19, 2022
1 parent 569c294 commit 6bd82f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## 1.10.0 <small>- 2022/07/19</small>

- Added React with Emotion CSS snippet (`emoRFC`, `emoRFCe`, `emoRAFC`, `emoRAFCe`)
- Added React element with `dangerouslySetInnerHTML` prop

## 1.9.0 <small>- 2022/06/21</small>

- Added React functional component without export snippet (`rFCne`, `rAFCne`)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "JS/TS React/Next.js Snippets",
"description": "Snippets for JS/TS, React/Next.js, React Query, SWR, Jest, React Hook Form, & many more",
"icon": "images/logo.png",
"version": "1.9.0",
"version": "1.10.0",
"publisher": "afifu",
"keywords": [
"vscode",
Expand Down

0 comments on commit 6bd82f5

Please sign in to comment.