Bump version to "0.22.0"
This commit is contained in:
parent
4b377b2e65
commit
c52971dcec
|
@ -328,6 +328,7 @@ on the [https://github.com/hybridgroup/cylon-site](https://github.com/hybridgrou
|
||||||
|
|
||||||
Version | Notes
|
Version | Notes
|
||||||
------- | -----
|
------- | -----
|
||||||
|
0.22.0 | API extraction, new devices syntax.
|
||||||
0.21.2 | Update Robeaux version
|
0.21.2 | Update Robeaux version
|
||||||
0.21.1 | Add back debug logging for starting/connecting devices/connections
|
0.21.1 | Add back debug logging for starting/connecting devices/connections
|
||||||
0.21.0 | Remove Connection/Device objects, update Robot connection/device syntax, fluent syntax updates
|
0.21.0 | Remove Connection/Device objects, update Robot connection/device syntax, fluent syntax updates
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "cylon",
|
"name": "cylon",
|
||||||
"version": "0.21.2",
|
"version": "0.22.0",
|
||||||
"main": "lib/cylon.js",
|
"main": "lib/cylon.js",
|
||||||
"description": "A JavaScript robotics framework for Node.js",
|
"description": "A JavaScript robotics framework for Node.js",
|
||||||
"homepage": "http://cylonjs.com",
|
"homepage": "http://cylonjs.com",
|
||||||
|
|
Loading…
Reference in New Issue