Skip to content

Commit aa67dbc

Browse files
committed
chore(release): v1.4.0
1 parent 04b09e3 commit aa67dbc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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

5+
## 1.4.0 <small>- 2022/05/29</small>
6+
7+
- Added HOC snippet
8+
- Updated React TS snippet: prefer `type` over `interface`
9+
- Fixed inconsistent indentation
10+
511
## 1.3.0 <small>- 2022/05/27</small>
612

713
- Fixed JS-TS prefix inconsistencies on Next.js snippets

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": "JS/TS, React/Next.js, React Query, & other Front-end snippets",
55
"icon": "images/logo.png",
6-
"version": "1.3.1",
6+
"version": "1.4.0",
77
"publisher": "afifu",
88
"keywords": [
99
"vscode",

0 commit comments

Comments
 (0)