File tree Expand file tree Collapse file tree 4 files changed +26
-2
lines changed
Expand file tree Collapse file tree 4 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ All notable changes to the "vue-sublime-snippets" extension will be documented i
44
55Check [ 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 👀
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments