Skip to content

Commit 9e01e72

Browse files
committed
chore(release): publish v3.0.8 ✨ πŸš€
1 parent 4991279 commit 9e01e72

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.8](2022-01-29)
7+
8+
### Fix
9+
10+
- Draft a new release since the previous one did not include the type update
11+
612
## [3.0.7](2022-01-29)
713

814
### Fix

β€Žpackages/mobile/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-countdown-circle-timer",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"description": "Lightweight React Native countdown timer component with color and progress animation based on SVG",
55
"main": "./lib/index.js",
66
"source": "./src/index.ts",

β€Žpackages/web/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-countdown-circle-timer",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"description": "Lightweight React countdown timer component with color and progress animation based on SVG",
55
"main": "./lib/index.js",
66
"module": "./lib/index.module.js",

0 commit comments

Comments
Β (0)