diff --git a/CHANGELOG.md b/CHANGELOG.md index 73fa0c4..e9984b7 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.12 (2024-08-01) + ### 1.0.11 (2024-07-30) ### 1.0.10 (2024-07-30) diff --git a/package-lock.json b/package-lock.json index 2c29c28..6c797dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@birdwingo/react-native-spinning-numbers", - "version": "1.0.11", + "version": "1.0.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@birdwingo/react-native-spinning-numbers", - "version": "1.0.11", + "version": "1.0.12", "license": "MIT", "devDependencies": { "@babel/plugin-transform-named-capturing-groups-regex": "^7.20.0", diff --git a/package.json b/package.json index 65b67dd..97781f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@birdwingo/react-native-spinning-numbers", - "version": "1.0.11", + "version": "1.0.12", "description": "The component offers a highly customizable and captivating way to display numerical values within your React Native application. This component combines an elegant visual effect of rotating numbers with the ability to dynamically change values, adding interactivity and intrigue to your user interfaces.", "main": "src/index.tsx", "source": "src/index.tsx",