diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..c9f6c9b --- /dev/null +++ b/CHANGES.md @@ -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 diff --git a/package.json b/package.json index f6deb13..15d0b61 100644 --- a/package.json +++ b/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": {