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

Commit

Permalink
Bump to version 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matei-radu committed May 17, 2020
1 parent 47911dd commit 46782fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [3.2.1] - 2020-05-17

### Changed
- Bump Kotlin to version `1.3.72`.
- Bump most JS/TS dependencies.
Expand Down Expand Up @@ -204,7 +207,8 @@ The following functions have been deprecated. Please see

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

[Unreleased]: https://github.com/matei-radu/react-native-in-app-browser/compare/v3.2.0...HEAD
[Unreleased]: https://github.com/matei-radu/react-native-in-app-browser/compare/v3.2.1...HEAD
[3.2.1]: https://github.com/matei-radu/react-native-in-app-browser/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/matei-radu/react-native-in-app-browser/compare/v3.1.4...v3.2.0
[3.1.4]: https://github.com/matei-radu/react-native-in-app-browser/compare/v3.1.3...v3.1.4
[3.1.3]: https://github.com/matei-radu/react-native-in-app-browser/compare/v3.1.2...v3.1.3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matt-block/react-native-in-app-browser",
"version": "3.2.0",
"version": "3.2.1",
"description": "React Native in-app browser",
"keywords": [
"in-app",
Expand Down

0 comments on commit 46782fd

Please sign in to comment.