From 764d1bbaeab0169c7629695fe54e9fb9cbb1dd04 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 14 Nov 2023 08:57:27 +0000 Subject: [PATCH] chore(release): 1.0.10 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d0a3d..93d8420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 1.0.10 (2023-11-14) + + +### Bug Fixes + +* progress bar animation bug ([fa1b936](https://github.com/birdwingo/react-native-instagram-stories/commit/fa1b9360d40e26b3be79bae099500468ee32ada0)) + ### 1.0.9 (2023-11-08) diff --git a/package-lock.json b/package-lock.json index 7eb74f5..b2d92df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@birdwingo/react-native-instagram-stories", - "version": "1.0.9", + "version": "1.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@birdwingo/react-native-instagram-stories", - "version": "1.0.9", + "version": "1.0.10", "license": "MIT", "devDependencies": { "@babel/preset-env": "^7.22.9", diff --git a/package.json b/package.json index 01577a3..93fcd9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@birdwingo/react-native-instagram-stories", - "version": "1.0.9", + "version": "1.0.10", "description": "A versatile and captivating React Native component that empowers developers to seamlessly integrate Instagram-style stories into their mobile applications, fostering an engaging and interactive user experience.", "main": "src/index.tsx", "source": "src/index.tsx",