Skip to content

Commit c778b6b

Browse files
committed
chore(release): publish v3.2.0 ✨ πŸš€
1 parent 2d7f012 commit c778b6b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.2.0](2023-03-15)
7+
8+
### Features
9+
10+
- Add `isGrowing` prop that indicates if the progress should grow instead of shrink. Thanks @bonqus!
11+
12+
### Fix
13+
14+
- Workflow action to run tests and publish results
15+
616
## [3.1.0](2022-11-28)
717

818
### Features

β€Ž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.1.0",
3+
"version": "3.2.0",
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.1.0",
3+
"version": "3.2.0",
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)