Skip to content

Commit

Permalink
chore(release): 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.2.0](v0.1.1...v0.2.0) (2020-09-28)

### Bug Fixes

* **conflicts:** conflicts ([70139b9](70139b9))
* **gradient:** support ie10 ([ff25fb4](ff25fb4))
* **test:** browser test ([cdfb0f8](cdfb0f8))

### Features

* **test:** support browser test ([c14ec05](c14ec05))
  • Loading branch information
semantic-release-bot committed Sep 28, 2020
1 parent c14ec05 commit 83e2648
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 83e2648

Please sign in to comment.