build: v2.1.0

This commit is contained in:
Lokesh Dhakar
2019-07-14 09:32:13 -07:00
parent 654ae6ae66
commit 9a1f39b216
4 changed files with 7 additions and 5 deletions

View File

@@ -12,6 +12,8 @@ Run Cypress integration tests in Chrome browser.
## Making a new release ## Making a new release
- Merge `dev` into `master`
- Pull down `master`
- Update version number in `src/color-thief.js` and `package.json` - Update version number in `src/color-thief.js` and `package.json`
- Run `npm run build` - Run `npm run build`
- Push to Github repo - Push to Github repo

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
{ {
"name": "color-thief", "name": "color-thief",
"version": "2.0.1", "version": "2.1.0",
"author": { "author": {
"name": "Lokesh Dhakar", "name": "Lokesh Dhakar",
"email": "lokesh.dhakar@gmail.com", "email": "lokesh.dhakar@gmail.com",

View File

@@ -1,5 +1,5 @@
/* /*
* Color Thief v2.0 * Color Thief v2.1.0
* by Lokesh Dhakar - http://www.lokeshdhakar.com * by Lokesh Dhakar - http://www.lokeshdhakar.com
* *
* Thanks * Thanks