diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ac2f5..0bfe798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.8](2022-01-29) + +### Fix + +- Draft a new release since the previous one did not include the type update + ## [3.0.7](2022-01-29) ### Fix diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 3f8c3ac..30a6b24 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "react-native-countdown-circle-timer", - "version": "3.0.7", + "version": "3.0.8", "description": "Lightweight React Native countdown timer component with color and progress animation based on SVG", "main": "./lib/index.js", "source": "./src/index.ts", diff --git a/packages/web/package.json b/packages/web/package.json index 3c5c755..cfea7b4 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "react-countdown-circle-timer", - "version": "3.0.7", + "version": "3.0.8", "description": "Lightweight React countdown timer component with color and progress animation based on SVG", "main": "./lib/index.js", "module": "./lib/index.module.js",