From 64576710be9f3ef6b9125ad346545a4321dd6e4b Mon Sep 17 00:00:00 2001 From: Cristiano Tofani Date: Mon, 29 Jan 2024 10:38:33 +0100 Subject: [PATCH] chore: release 0.3.27 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcb782c..3d1fdb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,13 @@ 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). -#### [0.3.26](https://github.com/pagopa/io-react-native-zendesk/compare/0.3.25...0.3.26) +#### [v0.3.27](https://github.com/pagopa/io-react-native-zendesk/compare/v0.3.26...v0.3.27) + +- fix: module name remapped [`af958b2`](https://github.com/pagopa/io-react-native-zendesk/commit/af958b2454fd2c5d789ce4d164c2dc3fe08d10ed) + +#### [v0.3.26](https://github.com/pagopa/io-react-native-zendesk/compare/0.3.25...v0.3.26) + +> 29 January 2024 - [IOPLT-326] Adds release flow via Github Action [`#29`](https://github.com/pagopa/io-react-native-zendesk/pull/29) - [IOPLT-326] adds missing files [`eb7ca98`](https://github.com/pagopa/io-react-native-zendesk/commit/eb7ca98533b49827cda81e9a104d61ebcb6ed55c) diff --git a/package.json b/package.json index 3c7935b..84731c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-react-native-zendesk", - "version": "0.3.26", + "version": "0.3.27", "description": "React native wrapper for Zendesk Unified SDK", "main": "index.js", "scripts": {