diff --git a/CHANGELOG.md b/CHANGELOG.md index 395e29a..e201350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,11 @@ 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.2 (2023-08-07) + + +### Bug Fixes + +* package-lock.json ([02348e6](https://github.com/birdwingo/react-native-swipe-modal/commit/02348e635c5f852a23623b2472543763fa5664ad)) + ### 1.0.1 (2023-08-07) diff --git a/package-lock.json b/package-lock.json index c8c9969..0328423 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@birdwingo/react-native-swipe-modal", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@birdwingo/react-native-swipe-modal", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "devDependencies": { "@babel/preset-env": "^7.22.9", diff --git a/package.json b/package.json index 967c6dc..336ae98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@birdwingo/react-native-swipe-modal", - "version": "1.0.1", + "version": "1.0.2", "description": "A versatile and smooth swipeable modal component for React Native applications.", "main": "src/index.tsx", "source": "src/index.tsx",