Skip to content

Commit da824c9

Browse files
committed
Updated the CHANGELOG and package.json version
1 parent 8624896 commit da824c9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This changelog references the relevant changes done between versions.
55
To get the diff for a specific change, go to https://github.com/FriendsOfECMAScript/ReactI18nRouting/commit/XXX where XXX is the change hash
66
To get the diff between two versions, go to https://github.com/FriendsOfECMAScript/ReactI18nRouting/compare/v0.4.0...v0.5.0
77

8+
* 0.5.2
9+
* Fixed unprefixed strategy when URL starts with another locale.
810
* 0.5.1
911
* Fixed PropType reference in the basic usage chapter from documentation.
1012
* Fixed wrong PropType in the BrowserIntlProvider.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@foes/react-i18n-routing",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"license": "MIT",
55
"description": "Provides components and functions to make i18n routing React apps with ease.",
66
"keywords": [

0 commit comments

Comments
 (0)