Skip to content

Commit

Permalink
prepare for 0.6.4 release. (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyen authored Jul 15, 2020
1 parent 3689169 commit d1b99b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.6.4

* [#241](https://github.com/ms-iot/vscode-ros/pull/241) Fix task provider name mismatch (by @humanoid2050)
* [#262](https://github.com/ms-iot/vscode-ros/pull/262) Add error handling for ROS launch debug (by @ooeygui)
* [#263](https://github.com/ms-iot/vscode-ros/pull/263) Fix URDF Preview not functional with vscode v1.47 (by @seanyen)

## 0.6.3

* Enable `ros.rosdep` extension command.
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-ros",
"version": "0.6.4-dev",
"version": "0.6.4",
"publisher": "ms-iot",
"engines": {
"vscode": "^1.47.0"
Expand Down

0 comments on commit d1b99b5

Please sign in to comment.