Changed version from 0.0.1 to 1.0.0 and added *.vsix to .gitignore

This commit is contained in:
Olivier Guinart 2017-09-24 12:22:32 -07:00
parent b8cff23e38
commit f26f4128fb
3 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
out
server
node_modules
node_modules
*.vsix

View File

@ -1,7 +1,7 @@
# Change Log
All notable changes to the "merlin32" extension will be documented in this file.
## [1.0] - 2017-09-24
## [1.0.0] - 2017-09-24
- Initial release
- syntax coloring, auto-completion, tooltips on hover

View File

@ -2,7 +2,7 @@
"name": "merlin32",
"displayName": "Merlin32",
"description": "Language support for Merlin32",
"version": "0.0.1",
"version": "1.0.0",
"publisher": "Aito",
"engines": {
"vscode": "^1.15.0"