From 4a3449bfd0706c39a05dbd1e22162b97aaa7df0e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 16 Aug 2023 09:47:55 +0000 Subject: [PATCH] chore(release): 1.0.4 --- 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 7d31983..b499469 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.4 (2023-08-16) + ### 1.0.3 (2023-08-16) diff --git a/package-lock.json b/package-lock.json index 25c8d8d..434562f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@birdwingo/react-native-spinning-numbers", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@birdwingo/react-native-spinning-numbers", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "devDependencies": { "@babel/plugin-transform-named-capturing-groups-regex": "^7.20.0", diff --git a/package.json b/package.json index dd274cd..3fbf4c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@birdwingo/react-native-spinning-numbers", - "version": "1.0.3", + "version": "1.0.4", "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",