Skip to content

Commit

Permalink
1.8.0 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
deerawan committed Dec 9, 2017
1 parent 7418abb commit 891cf98
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ language: node_js
node_js:
- '4.2'
install:
- 'npm install -g typescript@1.6.2'
- 'npm install -g typescript@2.5.3'
- 'npm install'
script:
- 'tsc && node ./node_modules/vscode/bin/compile'
- 'npm test'
after_script: 'cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js'
after_script: 'cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js'
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.8.0
- Add julia support (txh to [sbromberger](https://github.com/sbromberger))

## 1.7.1
- Configure prettier and TSLint
- Improve typo (thx to [Weifding](https://github.com/weifding))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-dash",
"displayName": "Dash",
"description": "Dash and Zeal integration in Visual Studio Code",
"version": "1.7.1",
"version": "1.8.0",
"publisher": "deerawan",
"icon": "images/dash.png",
"galleryBanner": {
Expand Down Expand Up @@ -637,4 +637,4 @@
"tslint"
]
}
}
}

0 comments on commit 891cf98

Please sign in to comment.