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

Commit 46782fd

Browse files
committed
Bump to version 3.2.1
1 parent 47911dd commit 46782fd

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ 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

88
## [Unreleased]
9+
10+
## [3.2.1] - 2020-05-17
11+
912
### Changed
1013
- Bump Kotlin to version `1.3.72`.
1114
- Bump most JS/TS dependencies.
@@ -204,7 +207,8 @@ The following functions have been deprecated. Please see
204207

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

207-
[Unreleased]: https://github.com/matei-radu/react-native-in-app-browser/compare/v3.2.0...HEAD
210+
[Unreleased]: https://github.com/matei-radu/react-native-in-app-browser/compare/v3.2.1...HEAD
211+
[3.2.1]: https://github.com/matei-radu/react-native-in-app-browser/compare/v3.2.0...v3.2.1
208212
[3.2.0]: https://github.com/matei-radu/react-native-in-app-browser/compare/v3.1.4...v3.2.0
209213
[3.1.4]: https://github.com/matei-radu/react-native-in-app-browser/compare/v3.1.3...v3.1.4
210214
[3.1.3]: https://github.com/matei-radu/react-native-in-app-browser/compare/v3.1.2...v3.1.3

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

0 commit comments

Comments
 (0)