Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Bassett committed Jan 26, 2019
1 parent 4aad28c commit eaedd07
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 3.0.2 (2019-01-26)

* Fix issue with array arguments passed to `startWith`, `endWith`, `append`, and `prepend` methods

Expand Down
2 changes: 1 addition & 1 deletion packages/bulb-input/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/bulb-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulb-input",
"version": "3.0.1",
"version": "3.0.2",
"description": "Bulb package for working with the keyboard and mouse.",
"homepage": "https://github.com/nullobject/bulb",
"author": "Josh Bassett <[email protected]> (http://joshbassett.info)",
Expand Down
2 changes: 1 addition & 1 deletion packages/bulb/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/bulb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulb",
"version": "3.0.1",
"version": "3.0.2",
"description": "A reactive programming library for JavaScript.",
"homepage": "https://github.com/nullobject/bulb",
"author": "Josh Bassett <[email protected]> (http://joshbassett.info)",
Expand Down

0 comments on commit eaedd07

Please sign in to comment.