Skip to content

Commit

Permalink
chore(release): 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfisher committed Jun 5, 2019
1 parent 6ad53cc commit 4047c7e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# node-pixel changelog
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.10.2](https://github.com/ajfisher/node-pixel/compare/v0.10.0...v0.10.2) (2019-06-05)


### Bug Fixes

* **package:** update johnny-five to version 1.0.0 ([a43c8dc](https://github.com/ajfisher/node-pixel/commit/a43c8dc))



## 0.10.1

Expand Down Expand Up @@ -226,4 +237,3 @@ support no-dependency firmware compilation.
* Specific implementation in firmata to provide functions
* Naive implementation against Adafruit NP library.
* Initial build of library

3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"firmata": {
"bins": "/firmware/bin/firmata/",
"hexPath": "/node_pixel_firmata.ino.hex"
}
},
"version": "0.10.2"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-pixel",
"version": "0.10.1",
"version": "0.10.2",
"description": "Library for controlling addressable LEDs (such as NeoPixels) from firmata or Johnny Five.",
"main": "lib/pixel.js",
"directories": {
Expand All @@ -9,7 +9,8 @@
"scripts": {
"test": "IS_TEST_MODE=true grunt test",
"test-cover": "IS_TEST_MODE=true istanbul cover ./node_modules/.bin/nodeunit test/*",
"coveralls": "cat ./coverage/lcov.info | coveralls"
"coveralls": "cat ./coverage/lcov.info | coveralls",
"release": "standard-version"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4047c7e

Please sign in to comment.