Skip to content

Commit

Permalink
chore(release): publish v3.0.8 ✨ 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vydimitrov committed Jan 29, 2022
1 parent 4991279 commit 9e01e72
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9e01e72

Please sign in to comment.