Skip to content

Commit d17f6a1

Browse files
committed
update 2.3.0
1 parent 6e0c374 commit d17f6a1

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to the "nuxt-vscode-snippets" extension will be documented i
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## 2.3.0
8+
9+
### Added
10+
11+
- `nroute`: Snippet for the Nuxt `useRoute` composable
12+
- `nrouter`: Snippet for the Nuxt `useRouter` composable
13+
14+
### Fixes
15+
16+
Remove deprecated `pending` from fetching composables
17+
718
## 2.2.0
819

920
### Added

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ Type part of a snippet, press `enter`, and the snippet unfolds.
125125
| `ncerr` | `createError` utility |
126126
| `nshwerr` | `showError` utility |
127127
| `nclrerr` | `clearError` utility |
128+
| `nroute` | `useRoute` composable |
129+
| `nrouter` | `useRouter` composable |
128130

129131
- Vue
130132

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Nuxt VS Code Snippets",
44
"description": "Supercharge your Nuxt development with powerful snippets",
55
"icon": "images/nuxt-logo.png",
6-
"version": "2.2.0",
6+
"version": "2.3.0",
77
"publisher": "zhaolinlau",
88
"license": "MIT",
99
"author": {

0 commit comments

Comments
 (0)