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

Commit 2d16f9d

Browse files
committed
Update changelog and readme
1 parent 109a8d4 commit 2d16f9d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [3.1.1] - 2019-09-01
99

1010
### Fixed
1111

@@ -165,6 +165,7 @@ The following functions have been deprecated. Please see
165165

166166
- `openInApp`: open a valid http(s) URL with an in-app browser.
167167

168+
[3.1.1]: https://github.com/matt-block/react-native-in-app-browser/compare/v3.1.0...v3.1.1
168169
[3.1.0]: https://github.com/matt-block/react-native-in-app-browser/compare/v3.0.0...v3.1.0
169170
[3.0.0]: https://github.com/matt-block/react-native-in-app-browser/compare/v2.0.0...v3.0.0
170171
[2.0.0]: https://github.com/matt-block/react-native-in-app-browser/compare/v1.4.1...v2.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ This source code is licensed under the MIT license found in the
239239
[prettier]: https://github.com/prettier/prettier
240240
[npm]: https://www.npmjs.com/package/@matt-block/react-native-in-app-browser
241241
[npm_shield]: https://img.shields.io/npm/v/@matt-block/react-native-in-app-browser/latest
242-
[npm_2]: https://www.npmjs.com/package/@matt-block/react-native-in-app-browser/v/2.1.0
242+
[npm_2]: https://www.npmjs.com/package/@matt-block/react-native-in-app-browser/v/2.1.2
243243
[npm_2_shield]: https://img.shields.io/npm/v/@matt-block/react-native-in-app-browser/legacy
244244
[circleci]: https://circleci.com/gh/matei-radu/react-native-in-app-browser/tree/master
245245
[circleci_shield]: https://circleci.com/gh/matei-radu/react-native-in-app-browser/tree/master.svg?style=shield

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matt-block/react-native-in-app-browser",
3-
"version": "3.1.1-rc.0",
3+
"version": "3.1.1",
44
"description": "React Native in-app browser",
55
"keywords": [
66
"in-app",
@@ -76,4 +76,4 @@
7676
"dependencies": {
7777
"tinycolor2": "^1.4.1"
7878
}
79-
}
79+
}

0 commit comments

Comments
 (0)