Skip to content

Commit 95d85ea

Browse files
authored
Merge pull request #2 from NotNinja/develop
Release 0.0.2
2 parents 03f90ad + 72af3db commit 95d85ea

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGES.md

+12
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

+2-2
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": {
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"exit-hook": "^1.1.1",
29-
"onoff": "^1.1.3"
29+
"onoff": "^1.1.7"
3030
},
3131
"main": "src/blinkt.js"
3232
}

0 commit comments

Comments
 (0)