From 0b4d3cf18adf6b44cbe5cc94bc03184c9059ff0a Mon Sep 17 00:00:00 2001 From: benatespina Date: Tue, 26 Jun 2018 19:42:35 +0200 Subject: [PATCH] Updated changelog and bumped to v0.5.1 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3542035..cac1780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,12 @@ This changelog references the relevant changes done between versions. To get the diff for a specific change, go to https://github.com/FriendsOfECMAScript/ReactI18nRouting/commit/XXX where XXX is the change hash To get the diff between two versions, go to https://github.com/FriendsOfECMAScript/ReactI18nRouting/compare/v0.4.0...v0.5.0 +* 0.5.1 + * Fixed PropType reference in the basic usage chapter from documentation. + * Fixed wrong PropType in the BrowserIntlProvider. * 0.5.0 * Added documentation basic structure and written some chapters. - * Implemented HOC to avoid Boilerplate bootstrapping the redux browser intl provider. + * Implemented HOC to avoid Boilerplate bootstrapping the Redux browser intl provider. * 0.4.0 * Added `FormattedRedirect` and `FormattedNavLink` components. * 0.3.0 diff --git a/package.json b/package.json index b5dc02b..d38d507 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@foes/react-i18n-routing", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "description": "Provides components and functions to make i18n routing React apps with ease.", "keywords": [