Skip to content

Commit

Permalink
bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jankuca committed Feb 22, 2015
1 parent 385175d commit da21b89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v1.0.3

* Added extended promise and async operation support to actions via `Publisher#resolve()`, `Publisher#reject()`, `Publisher#then()`.
* Added `Publisher#listenOnce()`.

## v1.0.2

* Merged `Publisher#listenAndPromise()` with `Publisher#listen()` based on the return value of the registered callback.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fluo",
"version": "1.0.2",
"version": "1.0.3",
"description": "A prototype-based fork of the Reflux data flow library similar to Facebook Flux",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit da21b89

Please sign in to comment.