We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03f90ad + 72af3db commit 95d85eaCopy full SHA for 95d85ea
CHANGES.md
@@ -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
@@ -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": {
@@ -26,7 +26,7 @@
26
},
27
"dependencies": {
28
"exit-hook": "^1.1.1",
29
- "onoff": "^1.1.3"
+ "onoff": "^1.1.7"
30
31
"main": "src/blinkt.js"
32
}
0 commit comments