Skip to content

Commit 841a4a5

Browse files
committed
🚩 update version
1 parent 6700cdf commit 841a4a5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

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

5+
## 3.0.0
6+
7+
- Vetur -> Volar, extension dependencies
8+
59
## 2.2.1
610

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

LICENSE

+1-1
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

package.json

+1-1
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.0.0",
77
"publisher": "sdras",
88
"engines": {
99
"vscode": "^1.14.0"

0 commit comments

Comments
 (0)