Skip to content

Commit

Permalink
Merge pull request #2 from NotNinja/develop
Browse files Browse the repository at this point in the history
Release 0.0.2
  • Loading branch information
neocotic authored Oct 5, 2017
2 parents 03f90ad + 72af3db commit 95d85ea
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Version 0.0.2, 2017.10.05

* Switch from `rpio` to `onoff`
* Use `exit-hook` for better cleanup
* Fix export for `NUM_PIXELS`
* Fix bugs in code
* Fix bugs in examples
* Add more examples

## Version 0.0.1, 2017.06.21

* Initial release
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blinkt",
"version": "0.0.1",
"version": "0.0.2",
"description": "Module for interacting with the Raspberry Pi Blinkt! addon",
"homepage": "https://github.com/NotNinja/node-blinkt",
"bugs": {
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"exit-hook": "^1.1.1",
"onoff": "^1.1.3"
"onoff": "^1.1.7"
},
"main": "src/blinkt.js"
}

0 comments on commit 95d85ea

Please sign in to comment.