Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Commit

Permalink
Merge pull request #54 from XVincentX/XVincentX/update-deps
Browse files Browse the repository at this point in the history
Update deps and upload changelog to MS Servers
  • Loading branch information
Vincenzo Chianese authored Sep 26, 2016
2 parents 23449de + 5c0e7ae commit 69dc7d4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ This changelog tracks changes starting from first public release.

## master

## v0.4.3

- YAML syntax colorisation has been updated according to the changes made in [VSCode repository](https://github.com/Microsoft/vscode/pull/11666).

- Drafter.js bundled parser was a beta version by mistake - locked to 2.5.0

- Changelog.md file is now being uploaded to MS Servers. Thanks to [my contribution](https://github.com/Microsoft/vscode/issues/11940) next VSCode version will show the changelog directly from the Extension tab.

## v0.4.2

- Provide better error messaging for all failed HTTP requestes.
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "VSCode client for API Elements",
"author": "Vincenzo Chianese",
"license": "MIT",
"version": "0.4.2",
"version": "0.4.3",
"preview": false,
"icon": "logo.png",
"bugs": {
Expand Down
6 changes: 3 additions & 3 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "vscode-apielements",
"description": "VSCode language server for ApiElements",
"version": "0.4.2",
"version": "0.4.3",
"author": "Vincenzo Chianese",
"license": "MIT",
"engines": {
"node": "*"
},
"dependencies": {
"drafter.js": "^2.5.0-pre.0",
"drafter.js": "^2.5.0",
"fury": "^2.2.0",
"fury-adapter-swagger": "^0.9.5",
"lodash": "^4.15.0",
"lodash": "^4.16.2",
"lodash-api-description": "0.0.2",
"vscode-languageserver": "^2.2.0"
},
Expand Down

0 comments on commit 69dc7d4

Please sign in to comment.