Skip to content

Commit b9cf84b

Browse files
committed
Release 0.2.0
1 parent b56499c commit b9cf84b

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Change Log
2+
3+
## [0.2.0](https://github.com/flovilmart/parse-image/tree/0.2.0)
4+
5+
[Full Changelog](https://github.com/flovilmart/parse-image/compare/0.1.1...0.2.0)
6+
7+
**Merged pull requests:**
8+
9+
- add quality api [\#12](https://github.com/flovilmart/parse-image/pull/12) ([5amfung](https://github.com/5amfung))
10+
- Fix \#9 [\#10](https://github.com/flovilmart/parse-image/pull/10) ([gfpacheco](https://github.com/gfpacheco))
11+
12+
**Closed issues:**
13+
14+
- Image.data\(\) used to return a Promise [\#9](https://github.com/flovilmart/parse-image/issues/9)
15+
- Error: "Could not execute GraphicsMagick/ImageMagick: identify "-ping" "-format" "%wx%h" "-" this most likely means the gm/convert binaries can't be found" [\#4](https://github.com/flovilmart/parse-image/issues/4)
16+
17+
## [0.1.1](https://github.com/flovilmart/parse-image/tree/0.1.1) (2016-02-14)
18+
**Closed issues:**
19+
20+
- Deploying parse-image on Heroku [\#3](https://github.com/flovilmart/parse-image/issues/3)
21+
- loading image data from URL with parse-image and Parse.Cloud.httpRequest [\#2](https://github.com/flovilmart/parse-image/issues/2)
22+
- ReferenceError: Parse is not defined [\#1](https://github.com/flovilmart/parse-image/issues/1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "parse-image",
33
"description": "parse-image",
44
"main": "index.js",
5-
"version": "0.1.1",
5+
"version": "0.2.0",
66
"dependencies": {
77
"gm": "~1.21.1",
88
"parse": "^1.3.5"

0 commit comments

Comments
 (0)