Skip to content

Commit

Permalink
🎉 release(minor): v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Aug 12, 2016
1 parent 25554e8 commit f1e5085
Show file tree
Hide file tree
Showing 7 changed files with 606 additions and 561 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="4.2.0"></a>
# [4.2.0](https://github.com/kazupon/vue-i18n/compare/v4.1.0...v4.2.0) (2016-08-12)


### :chart_with_upwards_trend: Performance Fixes

* **format:** use hasOwn function of Vue.util ([a8a19a0](https://github.com/kazupon/vue-i18n/commit/a8a19a0))


### :star: New Features

* **fallback:** add fallback translation feature ([1d1f0f2](https://github.com/kazupon/vue-i18n/commit/1d1f0f2)), closes [#36](https://github.com/kazupon/vue-i18n/issues/36)



<a name="4.1.0"></a>
# [4.1.0](https://github.com/kazupon/vue-i18n/compare/v4.0.1...v4.1.0) (2016-07-25)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Internationalization plugin of Vue.js
jsdelivr

```html
<script src="https://cdn.jsdelivr.net/vue.i18n/4.1.0/vue-i18n.min.js"></script>
<script src="https://cdn.jsdelivr.net/vue.i18n/4.2.0/vue-i18n.min.js"></script>
```

## NPM
Expand Down

0 comments on commit f1e5085

Please sign in to comment.