From 717203a36acb8f80b373da6851509454e0029d67 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 May 2023 18:36:39 +0000 Subject: [PATCH] chore(release): 1.0.3 [skip ci] ## [1.0.3](https://github.com/technology-studio/live-activity-countdown-view-react-native/compare/v1.0.2...v1.0.3) (2023-05-12) ### Bug fixes * remove hardcoded values for timer and button titles ([#82](https://github.com/technology-studio/live-activity-countdown-view-react-native/issues/82)) ([5771414](https://github.com/technology-studio/live-activity-countdown-view-react-native/commit/5771414b655ddc8db93dd944153315da300a6407)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7748c1a..e80fd37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3](https://github.com/technology-studio/live-activity-countdown-view-react-native/compare/v1.0.2...v1.0.3) (2023-05-12) + + +### Bug fixes + +* remove hardcoded values for timer and button titles ([#82](https://github.com/technology-studio/live-activity-countdown-view-react-native/issues/82)) ([5771414](https://github.com/technology-studio/live-activity-countdown-view-react-native/commit/5771414b655ddc8db93dd944153315da300a6407)) + ## [1.0.2](https://github.com/technology-studio/live-activity-countdown-view-react-native/compare/v1.0.1...v1.0.2) (2023-04-11) diff --git a/package.json b/package.json index c00bc7f..cf49dd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@txo/live-activity-countdown-view-react-native", - "version": "1.0.2", + "version": "1.0.3", "description": "Technology Studio - Live activity countdown view react native", "main": "lib/index.js", "typings": "lib/index.d.ts",