Skip to content

Commit d6862f3

Browse files
committed
chore(release): v1.18.0
1 parent d37576d commit d6862f3

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.18.0 <small>- 2024/07/15</small>
6+
7+
- Added JSX snippets for [Astro](https://astro.build/)
8+
- Updated snippet prefix for JSX snippets
9+
510
## 1.17.0 <small>- 2024/04/25</small>
611

712
- Improved react snippets

package.json

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

0 commit comments

Comments
 (0)