Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Oct 27, 2018
1 parent f43ed5e commit 8a9c39a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## 1.1.0
* Add React Hook API for use with React 16.7+. ([#11](https://github.com/u-wave/react-translate/pull/11))

## 1.0.0
* Initial release.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@u-wave/react-translate",
"version": "1.0.0",
"version": "1.1.0",
"description": "Small translations for React apps with @u-wave/translate.",
"main": "dist/react-translate.js",
"module": "dist/react-translate.mjs",
Expand Down

0 comments on commit 8a9c39a

Please sign in to comment.