From 46782fd24d3e47aa5d3098522c4d0eaada6ae026 Mon Sep 17 00:00:00 2001 From: Matei Radu Date: Sun, 17 May 2020 11:14:42 +0200 Subject: [PATCH] Bump to version 3.2.1 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1162387..5add237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/package.json b/package.json index 416f0ea..9fd3840 100644 --- a/package.json +++ b/package.json @@ -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",