Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit cb34dce

Browse files
authored
Merge pull request #1 from sdras/main
3.1.1 updates
2 parents 9384d44 + 69c744b commit cb34dce

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to the "vue-vscode-snippets" extension will be documented in this file.
44

5+
## 3.1.1
6+
7+
- Update README
8+
9+
## 3.1.0
10+
11+
- Remove any extension dependencies
12+
13+
## 3.0.0
14+
15+
- Vetur -> Volar, extension dependencies
16+
517
## 2.2.1
618

719
- remove name of package for composition api now that we're at vue 3

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Sarah Drasner
3+
Copyright (c) 2022 Sarah Drasner
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ You can enable tab completion (recommended) by opening `Code > Preferences > Set
169169
| `nfont` | link to include fonts in a nuxt project, in nuxt-config |
170170
| `ncss` | link to css assets such as normalize |
171171

172-
173172
### Nuxt Page
174173

175174
| Snippet | Purpose |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Vue VSCode Snippets",
44
"description": "Snippets that will supercharge your Vue workflow",
55
"icon": "images/vue-logo.png",
6-
"version": "2.2.1",
6+
"version": "3.1.1",
77
"publisher": "sdras",
88
"engines": {
99
"vscode": "^1.14.0"

0 commit comments

Comments
 (0)