diff --git a/CHANGELOG.md b/CHANGELOG.md index 84ce0e6..7224714 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.19 (2024-01-22) + ### 1.0.18 (2023-08-28) diff --git a/package-lock.json b/package-lock.json index 436b7cd..729e914 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@birdwingo/react-native-reanimated-graph", - "version": "1.0.18", + "version": "1.0.19", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@birdwingo/react-native-reanimated-graph", - "version": "1.0.18", + "version": "1.0.19", "license": "MIT", "devDependencies": { "@babel/preset-env": "^7.22.9", diff --git a/package.json b/package.json index 0339752..f8791d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@birdwingo/react-native-reanimated-graph", - "version": "1.0.18", + "version": "1.0.19", "description": "The react-native-reanimated-graph package is a powerful and versatile library designed to empower developers with the ability to create stunning and interactive graphs and charts in their React Native applications. Leveraging the potential of React Native and Reanimated 3, this package offers an optimized and performant solution for rendering dynamic graphs that respond seamlessly to user interactions.", "main": "src/index.tsx", "source": "src/index.tsx",