Skip to content

Commit ec9c8d0

Browse files
chore(release): 1.5.0 [skip ci]
# [1.5.0](https://github.com/streamich/use-/compare/v1.4.0...v1.5.0) (2019-04-05) ### Bug Fixes * πŸ› export TS typings, fix withT() typings ([190332a](https://github.com/streamich/use-/commit/190332a)) ### Features * 🎸 use useT inside <Trans>, translate inline text ([a391a66](https://github.com/streamich/use-/commit/a391a66))
1 parent 144235c commit ec9c8d0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.5.0](https://github.com/streamich/use-/compare/v1.4.0...v1.5.0) (2019-04-05)
2+
3+
4+
### Bug Fixes
5+
6+
* πŸ› export TS typings, fix withT() typings ([190332a](https://github.com/streamich/use-/commit/190332a))
7+
8+
9+
### Features
10+
11+
* 🎸 use useT inside <Trans>, translate inline text ([a391a66](https://github.com/streamich/use-/commit/a391a66))
12+
113
# [1.4.0](https://github.com/streamich/use-/compare/v1.3.0...v1.4.0) (2019-01-08)
214

315

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-t",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "React translations",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
Β (0)