Merge branch 'release'
* release: Bump version to "0.22.2" Add basic #includes helper for arrays Correct bug in Registry#findBy, add spec
This commit is contained in:
commit
944d5868db
|
@ -344,6 +344,7 @@ on the [https://github.com/hybridgroup/cylon-site](https://github.com/hybridgrou
|
||||||
|
|
||||||
Version | Notes
|
Version | Notes
|
||||||
------- | -----
|
------- | -----
|
||||||
|
0.22.2 | Bug-fix for Registry loader
|
||||||
0.22.1 | Remove lodash, misc. bug fixes
|
0.22.1 | Remove lodash, misc. bug fixes
|
||||||
0.22.0 | API extraction, new devices syntax.
|
0.22.0 | API extraction, new devices syntax.
|
||||||
0.21.2 | Update Robeaux version
|
0.21.2 | Update Robeaux version
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "cylon",
|
"name": "cylon",
|
||||||
"version": "0.22.1",
|
"version": "0.22.2",
|
||||||
"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