Skip to content

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Gran committed Mar 8, 2016
1 parent 40ca9fd commit d9a27b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.4.3

- stop using babel's dynamic object key

### 0.4.2

- minor bugfix: now if you specify an association but no store exists with that type, it will silently ignore the association instead of throwing an error.
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": "mobstore",
"version": "0.4.2",
"version": "0.4.3",
"description": "A javascript data-store layer based on the excellent MobX TFRP library",
"repository": "https://github.com/trelora/mobstore",
"main": "dist/index.js",
Expand Down

0 comments on commit d9a27b5

Please sign in to comment.