From ec2cc8487683b5b6269c70e1276d9f847ebc903c Mon Sep 17 00:00:00 2001 From: pagopa-github-bot <> Date: Mon, 11 Nov 2024 08:31:17 +0000 Subject: [PATCH] Bump version to 1.4.0 [skip ci] --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f8ada2..d6b2312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [v1.3.0](https://github.com/pagopa/io-cie-sdk/compare/v1.2.1...v1.3.0) +#### [v1.4.0](https://github.com/pagopa/io-cie-sdk/compare/v1.3.0...v1.4.0) + +- [#IOPLT-764] chore: removes kotlin-android-extensions due to compatibility with rn 0.75 [`#53`](https://github.com/pagopa/io-cie-sdk/pull/53) + +#### [v1.3.0](https://github.com/pagopa/io-cie-sdk/compare/v1.3.0-RELEASE...v1.3.0) + +> 14 June 2024 + +#### [v1.3.0-RELEASE](https://github.com/pagopa/io-cie-sdk/compare/v1.2.1...v1.3.0-RELEASE) + +> 14 June 2024 - chore: bump compile SDK version for android [`#52`](https://github.com/pagopa/io-cie-sdk/pull/52) +- Bump version to 1.3.0 [skip ci] [`15fbcb1`](https://github.com/pagopa/io-cie-sdk/commit/15fbcb1e5c0990bdbfed51be5514a5654d4797ea) #### [v1.2.1](https://github.com/pagopa/io-cie-sdk/compare/v1.2.1-RELEASE...v1.2.1) diff --git a/package.json b/package.json index 0ce3847..3559159 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/react-native-cie", - "version": "1.3.0", + "version": "1.4.0", "description": "CIE (Carta di Identità Elettronica) module for react native.", "main": "index.js", "types": "index.d.ts",