We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d0ccda commit 72af3dbCopy full SHA for 72af3db
2 files changed
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": {
0 commit comments