From 83e26482a6842c10326ce8c5f0dcfbb551e3497e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 28 Sep 2020 03:50:52 +0000 Subject: [PATCH] chore(release): 0.2.0 [skip ci] # [0.2.0](https://github.com/godxiaoji/colorfuls/compare/v0.1.1...v0.2.0) (2020-09-28) ### Bug Fixes * **conflicts:** conflicts ([70139b9](https://github.com/godxiaoji/colorfuls/commit/70139b90312bcc87c16967070c6e88edba02f3c0)) * **gradient:** support ie10 ([ff25fb4](https://github.com/godxiaoji/colorfuls/commit/ff25fb41dd9af9165b547871313bb6eb62d6d2fc)) * **test:** browser test ([cdfb0f8](https://github.com/godxiaoji/colorfuls/commit/cdfb0f8a404873b2e02c48c06a4eee90d7c34a60)) ### Features * **test:** support browser test ([c14ec05](https://github.com/godxiaoji/colorfuls/commit/c14ec0587e0801258e4185dbca6dd889edb9501e)) --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae6f052..529485d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [0.2.0](https://github.com/godxiaoji/colorfuls/compare/v0.1.1...v0.2.0) (2020-09-28) + + +### Bug Fixes + +* **conflicts:** conflicts ([70139b9](https://github.com/godxiaoji/colorfuls/commit/70139b90312bcc87c16967070c6e88edba02f3c0)) +* **gradient:** support ie10 ([ff25fb4](https://github.com/godxiaoji/colorfuls/commit/ff25fb41dd9af9165b547871313bb6eb62d6d2fc)) +* **test:** browser test ([cdfb0f8](https://github.com/godxiaoji/colorfuls/commit/cdfb0f8a404873b2e02c48c06a4eee90d7c34a60)) + + +### Features + +* **test:** support browser test ([c14ec05](https://github.com/godxiaoji/colorfuls/commit/c14ec0587e0801258e4185dbca6dd889edb9501e)) + ## [0.1.2](https://github.com/godxiaoji/colorfuls/compare/v0.1.1...v0.1.2) (2020-09-28) diff --git a/package-lock.json b/package-lock.json index 733eb5c..a54b337 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "colorfuls", - "version": "0.1.2", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e88b51c..494ad77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "colorfuls", - "version": "0.1.2", + "version": "0.2.0", "description": "A small Javascript library for color conversion and manipulation. Also provides color mixin and gradient.", "main": "dist/colorfuls.js", "scripts": {