Skip to content

Commit

Permalink
Updated changelog and bumped to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benatespina committed Jun 26, 2018
1 parent 0141a44 commit 0b4d3cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "@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": [
Expand Down

0 comments on commit 0b4d3cf

Please sign in to comment.