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

Commit 4f5b567

Browse files
Updated version to 1.0.1
1 parent fd0152b commit 4f5b567

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

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

3+
## v1.0.1 (2019-11-21)
4+
5+
- Fixed babel-preset-env browser targets
6+
- Updated dependencies to the latest versions
7+
38
## v1.0.0 (2019-07-15)
49

510
- Implemented TextdomainContext context that adheres the current version of Context APIs.

README.md

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

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "1.0.0",
10+
"version": "1.0.1",
1111
"main": "lib/index.js",
1212
"files": [
1313
"*.md",

0 commit comments

Comments
 (0)