diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc0ec8..bd9598b 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.0.7 (2023-10-31) + ### 1.0.6 (2023-10-31) ### 1.0.5 (2023-10-31) diff --git a/package-lock.json b/package-lock.json index f5b7984..a9e3aef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@birdwingo/react-native-instagram-stories", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@birdwingo/react-native-instagram-stories", - "version": "1.0.6", + "version": "1.0.7", "license": "MIT", "devDependencies": { "@babel/preset-env": "^7.22.9", diff --git a/package.json b/package.json index 92691ba..d1b8b04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@birdwingo/react-native-instagram-stories", - "version": "1.0.6", + "version": "1.0.7", "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",