Skip to content

Commit

Permalink
Bump to v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Minggang Wang committed Jan 8, 2021
1 parent d2f3c44 commit b082bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ npm i rclnodejs@x.y.z

| RCLNODEJS Version | Compatible ROS 2 Release |
| :-------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| [0.17.0 (current)](https://www.npmjs.com/package/rclnodejs/v/0.17.0) ([API](http://robotwebtools.org/rclnodejs/docs/0.17.0/index.html)) | [Foxy Fitzroy](https://github.com/ros2/ros2/releases/tag/release-foxy-20201009) / [Eloquent Elusor](https://github.com/ros2/ros2/releases/tag/release-eloquent-20200124) |
| [0.18.0 (current)](https://www.npmjs.com/package/rclnodejs/v/0.18.0) ([API](http://robotwebtools.org/rclnodejs/docs/0.18.0/index.html)) | [Foxy Fitzroy](https://github.com/ros2/ros2/releases/tag/release-foxy-20201211) / [Eloquent Elusor](https://github.com/ros2/ros2/releases/tag/release-eloquent-20200124) |
| [0.10.3](https://github.com/RobotWebTools/rclnodejs/releases/tag/0.10.3) | [Dashing Diademata - Patch 4](https://github.com/ros2/ros2/releases/tag/release-dashing-20191018) |

- **Note:** to install rclnodejs from GitHub: add `"rclnodejs":"RobotWebTools/rclnodejs#<branch>"` to your `package.json` depdendency section.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rclnodejs",
"version": "0.17.0",
"version": "0.18.0",
"description": "ROS2.0 JavaScript client with Node.js",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit b082bb7

Please sign in to comment.