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

Commit 5aa3276

Browse files
committed
Bump to version 3.2.2
1 parent 40dcd6b commit 5aa3276

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ 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.2] - 2020-09-30
9+
910
### Changed
1011
- Bump `@ctrl/tinycolor` to version `3.1.2`.
1112
- Bump other devDependencies.
@@ -210,7 +211,8 @@ The following functions have been deprecated. Please see
210211

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

213-
[Unreleased]: https://github.com/matei-radu/react-native-in-app-browser/compare/v3.2.1...HEAD
214+
[Unreleased]: https://github.com/matei-radu/react-native-in-app-browser/compare/v3.2.2...HEAD
215+
[3.2.2]: https://github.com/matei-radu/react-native-in-app-browser/compare/v3.2.1...v3.2.2
214216
[3.2.1]: https://github.com/matei-radu/react-native-in-app-browser/compare/v3.2.0...v3.2.1
215217
[3.2.0]: https://github.com/matei-radu/react-native-in-app-browser/compare/v3.1.4...v3.2.0
216218
[3.1.4]: https://github.com/matei-radu/react-native-in-app-browser/compare/v3.1.3...v3.1.4

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

0 commit comments

Comments
 (0)