Skip to content

Commit

Permalink
Bump version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbyte committed Apr 9, 2018
1 parent 0321ef9 commit 3e1c7fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# CHANGELOG

# 1.1.0
- Removes the heavy matrix extraction processing from the main thread, allowing the user to stay interactive with the page meanwhile. Thanks @josejbreijo !

# 1.0.2
- Changed `base64ImageToImageData` to `base64ImageToImageRawData`.

Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -50,4 +50,3 @@ Utils for base64 image data.
```

You can optionally send a third `options` parameter, which is an object that can hold `width` or `maxWidth` values.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "base64-image-utils",
"version": "1.0.2",
"version": "1.1.0",
"description": "Utils for base64 image data.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3e1c7fa

Please sign in to comment.