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

Commit 4daa836

Browse files
committed
Bump version 2.1.1
1 parent 30d1216 commit 4daa836

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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+
## [2.1.1] - 2019-08-08
99

1010
### Fixed
1111

@@ -150,6 +150,7 @@ The following functions have been deprecated. Please see
150150

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

153+
[2.1.1]: https://github.com/matt-block/react-native-in-app-browser/compare/v2.1.0...v2.1.1
153154
[2.1.0]: https://github.com/matt-block/react-native-in-app-browser/compare/v2.0.0...v2.1.0
154155
[2.0.0]: https://github.com/matt-block/react-native-in-app-browser/compare/v1.4.1...v2.0.0
155156
[1.4.1]: https://github.com/matt-block/react-native-in-app-browser/compare/v1.4.0...v1.4.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matt-block/react-native-in-app-browser",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "React Native in-app browser",
55
"keywords": [
66
"in-app",

0 commit comments

Comments
 (0)