Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel.Majewski committed May 18, 2017
1 parent 0739bf9 commit 6d47717
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ test
.gitignore
tsconfig.json
*.ts
!*.d.ts
.idea
webpack.*
.travis.yml
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export {transaction, setTransactionTimeout, TransactionPromise, TransactionPhase} from './lib/transaction';
export {transactionReducer} from './lib/reducer';
export {transactionMiddleware} from './lib/middleware';
export {transactionMiddleware} from './lib/middleware';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-tx",
"version": "0.1.0",
"version": "0.2.1",
"license": "MIT",
"description": "Optimistic Transactions for Redux",
"keywords": [
Expand Down

0 comments on commit 6d47717

Please sign in to comment.