Skip to content

Commit

Permalink
released 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiamanzati committed Jun 6, 2017
1 parent fab0623 commit c948b8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.6.3

Fixed issue with array/maps of union types @abruzzihraig
Make types.extend support computed attributes @cpunion
Fixed issue with map of primitive types and applySnapshot @pioh
Better type declarations for union, up to 10 supported types

# 0.6.2

Fixed issue where arrays where not properly serialized as action argument
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": "mobx-state-tree",
"version": "0.6.2",
"version": "0.6.3",
"description": "Opinionated, transactional, MobX powered state container",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit c948b8d

Please sign in to comment.