Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Feb 9, 2019
1 parent dd88d48 commit fc6b35d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [1.0.4](https://github.com/wessberg/color/compare/v1.0.3...v1.0.4) (2019-02-09)

## [1.0.3](https://github.com/wessberg/color/compare/v1.0.2...v1.0.3) (2019-02-09)

## [1.0.2](https://github.com/wessberg/color/compare/v1.0.1...v1.0.2) (2019-02-09)
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,27 +78,27 @@ Have fun!
- [FAQ](#faq)
- [Converting from RGBa to color systems without alpha channels](#converting-from-rgba-to-color-systems-without-alpha-channels)
- [Documentation](#documentation)
- [#isLight()](#%23islight)
- [isLight()](#islight)
- [Example](#example)
- [#lighten()](#%23lighten)
- [lighten()](#lighten)
- [Example](#example-1)
- [#saturate()](#%23saturate)
- [saturate()](#saturate)
- [Example](#example-2)
- [#toHex()](#%23tohex)
- [toHex()](#tohex)
- [Example](#example-3)
- [#toRgb()](#%23torgb)
- [toRgb()](#torgb)
- [Example](#example-4)
- [#toHsl()](#%23tohsl)
- [toHsl()](#tohsl)
- [Example](#example-5)
- [#toHsv()](#%23tohsv)
- [toHsv()](#tohsv)
- [Example](#example-6)
- [#randomHexColor()](#%23randomhexcolor)
- [randomHexColor()](#randomhexcolor)
- [Example](#example-7)
- [#randomRgbColor()](#%23randomrgbcolor)
- [randomRgbColor()](#randomrgbcolor)
- [Example](#example-8)
- [#randomHslColor()](#%23randomhslcolor)
- [randomHslColor()](#randomhslcolor)
- [Example](#example-9)
- [#randomHsvColor()](#%23randomhsvcolor)
- [randomHsvColor()](#randomhsvcolor)
- [Example](#example-10)
- [Other methods](#other-methods)
- [License](#license)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wessberg/color",
"version": "1.0.3",
"version": "1.0.4",
"description": "A library of helper methods for working with colors.",
"repository": {
"type": "git",
Expand Down

0 comments on commit fc6b35d

Please sign in to comment.