From 10b55927ab8a018a6fd6e60288e838d0e389fed4 Mon Sep 17 00:00:00 2001 From: "M. Afifudin" Date: Wed, 7 Sep 2022 05:21:36 +0700 Subject: [PATCH] chore(release): v1.12.0 --- CHANGELOG.md | 10 ++++++++-- package.json | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df5e0eb..4400862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 - 2022/09/07 + +- Improved JSON stringify/parse wrapper-snippet +- Added JSON stringify/parse snippet (`jstr`, `jprs`) +- Added typeof snippet (`typeof`) + ## 1.11.0 - 2022/09/06 -- Added Redux snippet (`rxDispatch`, `rxStore`, `rxSlice`) +- Added [Redux](https://react-redux.js.org/) snippet (`rxDispatch`, `rxStore`, `rxSlice`) - Improved React TS snippets ## 1.10.0 - 2022/07/19 -- 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 - 2022/06/21 diff --git a/package.json b/package.json index 716a40d..ac25278 100644 --- a/package.json +++ b/package.json @@ -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",