Skip to content

Commit cd80d6c

Browse files
authored
1 parent fcff531 commit cd80d6c

File tree

6 files changed

+337
-89
lines changed

6 files changed

+337
-89
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Change Log
22

3+
### 1.0.1 (2019/02/08 03:58 +00:00)
4+
- [#318](https://github.com/RobotWebTools/roslibjs/pull/318) Fix CBOR native array decoding offset (#318) (@mvollrath)
5+
36
### 1.0.0 (2019/01/16 12:54 +00:00)
47
- [#310](https://github.com/RobotWebTools/roslibjs/pull/310) Update and normalize EventEmitter2 dependency (#310) (@mvollrath)
58
- [#306](https://github.com/RobotWebTools/roslibjs/pull/306) Don't allow unsupported compression types (#306) (@mvollrath)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "roslib",
33
"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.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"homepage": "https://github.com/RobotWebTools/roslibjs",
66
"authors": [
77
"Russell Toris<rctoris@wpi.edu>",

0 commit comments

Comments
 (0)