From 8a9c39adf1de94f4c308233510dc67c7d4563879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Sat, 27 Oct 2018 09:57:43 +0200 Subject: [PATCH] 1.1.0 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 350330e..0f42004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 995a566..6aea0d1 100644 --- a/package.json +++ b/package.json @@ -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",