Skip to content

Commit

Permalink
1.0.1 (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvollrath committed Feb 8, 2019
1 parent fcff531 commit cd80d6c
Show file tree
Hide file tree
Showing 6 changed files with 337 additions and 89 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Change Log

### 1.0.1 (2019/02/08 03:58 +00:00)
- [#318](https://github.com/RobotWebTools/roslibjs/pull/318) Fix CBOR native array decoding offset (#318) (@mvollrath)

### 1.0.0 (2019/01/16 12:54 +00:00)
- [#310](https://github.com/RobotWebTools/roslibjs/pull/310) Update and normalize EventEmitter2 dependency (#310) (@mvollrath)
- [#306](https://github.com/RobotWebTools/roslibjs/pull/306) Don't allow unsupported compression types (#306) (@mvollrath)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "roslib",
"description": "(BOWER IS DEPRECATING! Please use npm version of roslib). roslibjs is the core JavaScript library for interacting with ROS from the browser. It uses WebSockets to connect with rosbridge and provides publishing, subscribing, service calls, actionlib, TF, URDF parsing, and other essential ROS functionality. roslibjs is developed as part of the Robot Web Tools effort.",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/RobotWebTools/roslibjs",
"authors": [
"Russell Toris<rctoris@wpi.edu>",
Expand Down
Loading

0 comments on commit cd80d6c

Please sign in to comment.