From 0a768da015bf5394ae7cedcf8c6d96364128d131 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Mon, 12 Aug 2019 05:53:16 +0000 Subject: [PATCH] [skip ci] chore(release): v1.0.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d15df5..75cadc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.3](https://github.com/FEMessage/count-down/compare/v1.0.2...v1.0.3) (2019-08-12) + + + ### [1.0.2](https://github.com/FEMessage/count-down/compare/v1.0.1...v1.0.2) (2019-08-07) diff --git a/package.json b/package.json index 0965cc9..e6e0324 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/count-down", - "version": "1.0.2", + "version": "1.0.3", "description": "a user friendly vue count-down component", "author": "https://github.com/FEMessage", "license": "MIT",