Skip to content

Commit

Permalink
chore(release): 0.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.3.1](v0.3.0...v0.3.1) (2020-10-09)

### Bug Fixes

* fix color getter ([4b167f8](4b167f8))
  • Loading branch information
semantic-release-bot committed Oct 9, 2020
1 parent cb8a567 commit 8cc7fdc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.3.1](https://github.com/godxiaoji/colorfuls/compare/v0.3.0...v0.3.1) (2020-10-09)


### Bug Fixes

* fix color getter ([4b167f8](https://github.com/godxiaoji/colorfuls/commit/4b167f84572c7089d6423146969f02ebf1c2fd3e))

# [0.3.0](https://github.com/godxiaoji/colorfuls/compare/v0.2.0...v0.3.0) (2020-10-09)


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.3.0",
"version": "0.3.1",
"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 8cc7fdc

Please sign in to comment.