From de968be81645760f54a0358fb3a442f13adf2b38 Mon Sep 17 00:00:00 2001 From: Lokesh Dhakar Date: Mon, 5 Oct 2015 08:35:57 -0700 Subject: [PATCH] 2.0.1: readme and version # --- README.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1c81ff..6a94d4c 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,9 @@ returns [ [num, num, num], [num, num, num], ... ] ## Changelog -### v2.0.1 - UNRELEASED +### v2.0.1 - 2015-10-05 +- [Fix] Remove left-over references to Creative Commons License. MIT all-around. - [Fix] MMCQ lib issues [#16](https://github.com/lokesh/color-thief/pull/16) by @nobodypb - [Fix] Incorrect bower.json main property path. [#37](https://github.com/lokesh/color-thief/pull/37) by @chellem, @joscha, @dkushner - [Fix] Quality less than 1 causes infinite loop [#33](https://github.com/lokesh/color-thief/pull/33) by @nteike diff --git a/package.json b/package.json index f62cb28..b11ec8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "color-thief", - "version": "2.0.0", + "version": "2.0.1", "private": true, "author": { "name": "Lokesh Dhakar",