Skip to content

Commit

Permalink
Merge pull request #17 from quipper/release-0.3.0
Browse files Browse the repository at this point in the history
Release 0.3.0
  • Loading branch information
yuya-takeyama authored Jul 6, 2020
2 parents 476ad35 + 7dfaf89 commit 306ae22
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 13 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* 0.3.0 2020/07/06
* [Add][Pluralization support](https://github.com/quipper/i18n-dts/pull/15)
* [Improve][Make sure the latest uncached translation file is read when using --watch](https://github.com/quipper/i18n-dts/pull/16)
* 0.2.0 2018/11/29
* Library name has been renamed to `i18n-dts` in favor of [react-native-i18n](https://github.com/AlexanderZaytsev/react-native-i18n) deprecation! Now you can use the library on both Web and React Native project.
* [Improve] [Change return type to string literal ](https://github.com/quipper/i18n-dts/pull/7)
Expand Down
43 changes: 31 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18n-dts",
"version": "0.2.0",
"version": "0.3.0",
"description": "A tiny d.ts file generator for react-native-i18n",
"bin": {
"i18n-dts": "build/bin/index.js"
Expand Down

0 comments on commit 306ae22

Please sign in to comment.