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

Commit 2359bff

Browse files
committed
Bump to version 3.2.0
1 parent f403ae3 commit 2359bff

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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.2.0] - 2020-02-29
99

1010
### Added
1111

@@ -199,6 +199,7 @@ The following functions have been deprecated. Please see
199199

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

202+
[3.2.0]: https://github.com/matei-radu/react-native-in-app-browser/compare/v3.1.4...v3.2.0
202203
[3.1.4]: https://github.com/matei-radu/react-native-in-app-browser/compare/v3.1.3...v3.1.4
203204
[3.1.3]: https://github.com/matei-radu/react-native-in-app-browser/compare/v3.1.2...v3.1.3
204205
[3.1.2]: https://github.com/matei-radu/react-native-in-app-browser/compare/v3.1.1...v3.1.2

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": "3.1.4",
3+
"version": "3.2.0",
44
"description": "React Native in-app browser",
55
"keywords": [
66
"in-app",

0 commit comments

Comments
 (0)