From bfec09dc1626441394c47997fa95e5449bee77a1 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 21 Oct 2024 08:54:31 +0000 Subject: [PATCH] chore(release): 1.3.10 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0efdcc..f31401b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.3.10 (2024-10-21) + ### 1.3.9 (2024-10-17) ### 1.3.8 (2024-10-12) diff --git a/package-lock.json b/package-lock.json index f431410..1fa7c7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@birdwingo/react-native-instagram-stories", - "version": "1.3.9", + "version": "1.3.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@birdwingo/react-native-instagram-stories", - "version": "1.3.9", + "version": "1.3.10", "license": "MIT", "devDependencies": { "@babel/preset-env": "^7.22.9", diff --git a/package.json b/package.json index 5fa17fa..a94b504 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@birdwingo/react-native-instagram-stories", - "version": "1.3.9", + "version": "1.3.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",