diff --git a/CHANGELOG.md b/CHANGELOG.md index 3526300..aa2b88f 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.2.2 (2024-01-30) + + +### Bug Fixes + +* non worklet function ([bfe6016](https://github.com/birdwingo/react-native-instagram-stories/commit/bfe601605de019c4801eb98b528fea53621cd6d4)) + ### 1.2.1 (2024-01-29) ## 1.2.0 (2024-01-29) diff --git a/package-lock.json b/package-lock.json index 616faf5..dc76a95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@birdwingo/react-native-instagram-stories", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@birdwingo/react-native-instagram-stories", - "version": "1.2.1", + "version": "1.2.2", "license": "MIT", "devDependencies": { "@babel/preset-env": "^7.22.9", diff --git a/package.json b/package.json index 3d6c0ee..abe85b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@birdwingo/react-native-instagram-stories", - "version": "1.2.1", + "version": "1.2.2", "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",