From 985ea41d64a45d92aea5aeb8fdbef183469743e5 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 10 Mar 2021 18:02:12 +0700 Subject: [PATCH] Updated the version and add build --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90c669a..694fa96 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # React Countdown Hook +[![Build Status](https://dci.osa.cubetiqs.com/api/badges/CUBETIQ/react-use-countdown/status.svg)](https://dci.osa.cubetiqs.com/CUBETIQ/react-use-countdown) + ### Installation ```shell script # NPM diff --git a/package.json b/package.json index c252d82..6379a56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cubetiq/react-use-countdown", - "version": "1.10.8", + "version": "1.10.9", "description": "React Countdown with trigger", "main": "./dist/index.js", "types": "./dist/index.d.ts",