Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](https://github.com/streamich/use-/compare/v1.3.0...v1.4.0) (2019-01-08)

### Bug Fixes

* πŸ› translate only strings in <Trans> list ([f1e5ed6](https://github.com/streamich/use-/commit/f1e5ed6))

### Features

* 🎸 allow non-functional children in <Trans> component ([aa8ae78](https://github.com/streamich/use-/commit/aa8ae78))
* 🎸 use simple t() in trans list children ([5cbcb57](https://github.com/streamich/use-/commit/5cbcb57))
  • Loading branch information
semantic-release-bot committed Jan 8, 2019
1 parent 19bef80 commit 7ee7413
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.4.0](https://github.com/streamich/use-/compare/v1.3.0...v1.4.0) (2019-01-08)


### Bug Fixes

* πŸ› translate only strings in <Trans> list ([f1e5ed6](https://github.com/streamich/use-/commit/f1e5ed6))


### Features

* 🎸 allow non-functional children in <Trans> component ([aa8ae78](https://github.com/streamich/use-/commit/aa8ae78))
* 🎸 use simple t() in trans list children ([5cbcb57](https://github.com/streamich/use-/commit/5cbcb57))

# [1.3.0](https://github.com/streamich/use-/compare/v1.2.0...v1.3.0) (2018-12-21)


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": "use-t",
"version": "1.3.0",
"version": "1.4.0",
"description": "React translations",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 7ee7413

Please sign in to comment.