From c37ef9454e23076539b9404d4613cbabebf814dd Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 15 Aug 2023 06:59:22 +0000 Subject: [PATCH] chore(release): 1.0.9 --- 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 1121a9e..8503f40 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.9 (2023-08-15) + ### 1.0.8 (2023-08-10) diff --git a/package-lock.json b/package-lock.json index 9583584..5a84119 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@birdwingo/react-native-swipe-modal", - "version": "1.0.8", + "version": "1.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@birdwingo/react-native-swipe-modal", - "version": "1.0.8", + "version": "1.0.9", "license": "MIT", "devDependencies": { "@babel/preset-env": "^7.22.9", diff --git a/package.json b/package.json index 94560b1..7945531 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@birdwingo/react-native-swipe-modal", - "version": "1.0.8", + "version": "1.0.9", "description": "A versatile and smooth swipeable modal component for React Native applications.", "main": "src/index.tsx", "source": "src/index.tsx",