From 74864ef9118b9ad4f2aacbf0eec873169966184a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 10 Nov 2023 20:29:41 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] ## [1.1.0](https://github.com/technology-studio/live-activity-countdown-view-react-native/compare/v1.0.4...v1.1.0) (2023-11-10) ### Features * migrate to flat eslint config ([#317](https://github.com/technology-studio/live-activity-countdown-view-react-native/issues/317)) ([7dc9e60](https://github.com/technology-studio/live-activity-countdown-view-react-native/commit/7dc9e604ff306c4427930c4e1c90046ac542ea3b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26c5cde..2a50ca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.0](https://github.com/technology-studio/live-activity-countdown-view-react-native/compare/v1.0.4...v1.1.0) (2023-11-10) + + +### Features + +* migrate to flat eslint config ([#317](https://github.com/technology-studio/live-activity-countdown-view-react-native/issues/317)) ([7dc9e60](https://github.com/technology-studio/live-activity-countdown-view-react-native/commit/7dc9e604ff306c4427930c4e1c90046ac542ea3b)) + ## [1.0.4](https://github.com/technology-studio/live-activity-countdown-view-react-native/compare/v1.0.3...v1.0.4) (2023-09-20) diff --git a/package.json b/package.json index 9975a95..c5f570f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@txo/live-activity-countdown-view-react-native", - "version": "1.0.4", + "version": "1.1.0", "description": "Technology Studio - Live activity countdown view react native", "main": "lib/index.js", "typings": "lib/index.d.ts",