Skip to content

Commit

Permalink
chore(release): 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 13, 2020
1 parent 6c99266 commit 4a8f0d3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

### [0.0.3](https://github.com/nuxt-contrib/theme-colors/compare/v0.0.2...v0.0.3) (2020-10-13)


### Features

* support hex shorthand syntax (closes [#2](https://github.com/nuxt-contrib/theme-colors/issues/2)) ([6c99266](https://github.com/nuxt-contrib/theme-colors/commit/6c9926610237c57eea1a687bcc33f3da539b6484))


### Bug Fixes

* throw error if color passed to parseColor has invalid format (fixes [#1](https://github.com/nuxt-contrib/theme-colors/issues/1)) ([49cea61](https://github.com/nuxt-contrib/theme-colors/commit/49cea6120266d8acceb4dd6faa997187a818d9dd))

### [0.0.2](https://github.com/nuxt-contrib/theme-colors/compare/v0.0.1...v0.0.2) (2020-09-26)

### 0.0.1 (2020-09-26)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theme-colors",
"version": "0.0.2",
"version": "0.0.3",
"description": "easily generate color shades for themes",
"keywords": [
"theme",
Expand Down

0 comments on commit 4a8f0d3

Please sign in to comment.