Skip to content

Commit bf8dc10

Browse files
- Updated version.
1 parent 487ffe0 commit bf8dc10

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to the "vue-sublime-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+
## [1.2.1]
8+
9+
* Added description in snippets.
10+
* Updated snippet to limit where the snippet will trigger.
11+
12+
## [1.2.0]
13+
14+
* Fixed indentation for 2 tabs.
15+
* Added vdispatch snippet.
16+
* Added vinc snippet.
17+
* Added vdec snippet.
18+
19+
720
## [1.1.0]
821

922
* Fixed tag in vwatch 👀

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"install": "messages/hello.txt",
33
"1.1.0": "messages/1.1.0.txt",
4-
"1.2.0": "messages/1.2.0.txt"
4+
"1.2.0": "messages/1.2.0.txt",
5+
"1.2.1": "messages/1.2.1.txt"
56
}

messages/1.2.1.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Vue Snippets Updates 🎉🎉🎉
2+
3+
v1.2.1 👏👏
4+
5+
⏤ Added description in snippets.
6+
⏤ Updated snippet to limit where the snippet will trigger.
7+
8+
Improvements or suggestions? Contribute on GitHub!
9+
10+
Follow me twitter.com/@mauroreisvieira

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Sippets to help you in the development of projects.",
66
"icon": "assets/vue-logo.png",
77
"license": "MIT",
8-
"version": "1.2.0",
8+
"version": "1.2.1",
99
"repository": "https://github.com/maurovieirareis/sublime-vue-snippets",
1010
"bugs": {
1111
"url": "https://github.com/maurovieirareis/sublime-vue-snippets/issues"

0 commit comments

Comments
 (0)