Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
farwayer committed Oct 11, 2018
1 parent a4f1201 commit ad38c59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -467,6 +467,12 @@ class User {

## Changelog

### 5.0.3

- esm: remove `esmodules` from babel env config (fix the problem with webpack uglify)
- add TS typings to npm build
- (internal) using [decorating](https://github.com/farwayer/decorating) lib for more clean code

### 5.0.2

- fix babel runtime import; lock @babel rc version
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mobx-decorators",
"version": "5.0.2",
"version": "5.0.3",
"description": "Several helper MobX decorators (setter, observe, save, ...)",
"repository": "farwayer/mobx-decorators",
"author": "farwayer <farwayer@gmail.com>",
Expand Down

0 comments on commit ad38c59

Please sign in to comment.