Skip to content

Commit 72af3db

Browse files
committed
roll v0.0.2
1 parent 4d0ccda commit 72af3db

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Version 0.0.2, 2017.10.05
2+
3+
* Switch from `rpio` to `onoff`
4+
* Use `exit-hook` for better cleanup
5+
* Fix export for `NUM_PIXELS`
6+
* Fix bugs in code
7+
* Fix bugs in examples
8+
* Add more examples
9+
10+
## Version 0.0.1, 2017.06.21
11+
12+
* Initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blinkt",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Module for interacting with the Raspberry Pi Blinkt! addon",
55
"homepage": "https://github.com/NotNinja/node-blinkt",
66
"bugs": {

0 commit comments

Comments
 (0)