Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit 56bc007

Browse files
author
Eugene Manuilov
committed
Updated documentation
1 parent 7af1748 commit 56bc007

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## v0.3.1 (2017-06-28)
4+
5+
**Fixed issues:**
6+
7+
- Fixed warning which happened when children prop was a node.
8+
39
## v0.3.0 (2017-06-26)
410

511
**Implemented enhancements:**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-gettext 0.3.0
1+
# react-gettext 0.3.1
22

33
[![Build Status](https://travis-ci.org/eugene-manuilov/react-gettext.svg?branch=master)](https://travis-ci.org/eugene-manuilov/react-gettext)
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"bugs": {
88
"url": "https://github.com/eugene-manuilov/react-gettext/issues"
99
},
10-
"version": "0.3.0",
10+
"version": "0.3.1",
1111
"main": "lib/index",
1212
"files": [
1313
"*.md",

0 commit comments

Comments
 (0)