From fd7461fc1ed1679c9b538c501c9ae1b154ea5c4d Mon Sep 17 00:00:00 2001 From: Jeremy Farnault Date: Fri, 19 Jun 2020 15:43:56 +1200 Subject: [PATCH] Version 1.2.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c73955..11eafb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## [1.2.1] - 2020-06-19 +### Merged +- Merged [johnlim5847](https://github.com/johnlim5847) PR ([add action props](https://github.com/jarden-digital/react-native-recaptchav3/pull/7/)) + + ## [1.2.0] - 2020-03-23 ### Bump - Bump react-native-webview to 9.0.1 diff --git a/package.json b/package.json index 453ed83..e14f528 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@haskkor/react-native-recaptchav3", - "version": "1.2.0", + "version": "1.2.1", "description": "React native component to use the invisible recaptcha v3 from Google", "main": "dist/index.js", "types": "dist/index.d.ts",