File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 3.0.6] ( 2022-01-13 )
7+
8+ ### Fix
9+
10+ - Fix README on both packages and sync up versions
11+
612## [ 3.0.5] ( 2022-01-11 )
713
814### Fix(mobile)
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-countdown-circle-timer" ,
3- "version" : " 3.0.5 " ,
3+ "version" : " 3.0.6 " ,
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" ,
Original file line number Diff line number Diff line change 33 "compilerOptions" : {
44 "rootDir" : " ./src"
55 },
6- "include" : [" src/**/*.ts " ],
7- "exclude" : [" src/**/*.test.ts " ]
6+ "include" : [" src/**/*.* " ],
7+ "exclude" : [" src/**/*.test.* " ]
88}
Original file line number Diff line number Diff line change 11{
22 "name" : " react-countdown-circle-timer" ,
3- "version" : " 3.0.5 " ,
3+ "version" : " 3.0.6 " ,
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" ,
You canβt perform that action at this time.
0 commit comments