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:
Andrew Stewart 2015-04-03 11:21:18 -07:00
commit 944d5868db
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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",