diff --git a/CHANGELOG.md b/CHANGELOG.md index 9688b85..23a79e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog -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. +All notable changes to this project will be documented in this file. + + +### 1.0.7 (2023-08-03) ### 1.0.6 (2023-08-02) diff --git a/package-lock.json b/package-lock.json index 091d264..baa003b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@birdwingo/react-native-reanimated-graph", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@birdwingo/react-native-reanimated-graph", - "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 ea9a830..6bff696 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@birdwingo/react-native-reanimated-graph", - "version": "1.0.6", + "version": "1.0.7", "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",