Skip to content

Commit

Permalink
chore(release): v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afiiif committed Sep 6, 2022
1 parent 90e2bb7 commit 10b5592
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@

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

## 1.12.0 <small>- 2022/09/07</small>

- Improved JSON stringify/parse wrapper-snippet
- Added JSON stringify/parse snippet (`jstr`, `jprs`)
- Added typeof snippet (`typeof`)

## 1.11.0 <small>- 2022/09/06</small>

- Added Redux snippet (`rxDispatch`, `rxStore`, `rxSlice`)
- Added [Redux](https://react-redux.js.org/) snippet (`rxDispatch`, `rxStore`, `rxSlice`)
- Improved React TS snippets

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

- Added React with Emotion CSS snippet (`emoRFC`, `emoRFCe`, `emoRAFC`, `emoRAFCe`)
- Added React with [Emotion CSS](https://emotion.sh/docs/introduction) snippet (`emoRFC`, `emoRFCe`, `emoRAFC`, `emoRAFCe`)
- Added React element with `dangerouslySetInnerHTML` prop

## 1.9.0 <small>- 2022/06/21</small>
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, Redux, Jest, React Hook Form, Emotion CSS, & many more",
"icon": "images/logo.png",
"version": "1.11.0",
"version": "1.12.0",
"publisher": "afifu",
"keywords": [
"vscode",
Expand Down

0 comments on commit 10b5592

Please sign in to comment.