feat(version): bump to 1.0.3

This commit is contained in:
Tomas Aparicio 2016-09-28 00:30:19 +01:00
parent 5ca57a1e68
commit 1d16b40629
2 changed files with 10 additions and 3 deletions

View file

@ -1,7 +1,14 @@
## 1.0.3 / 28-09-2016
- fix(#95): better image type inference and support check.
- fix(background): pass proper background RGB color for PNG image conversion.
- feat(types): validate supported image types by current `libvips` compilation.
- feat(types): consistent SVG image checking.
## 1.0.2 / 27-09-2016
- feat(#95): support GIF, SVG and PDF formats
- fix(#108): auto-width and height calculations now round instead of floor
- feat(#95): support GIF, SVG and PDF formats.
- fix(#108): auto-width and height calculations now round instead of floor.
## 1.0.1 / 22-06-2016

View file

@ -1,4 +1,4 @@
package bimg
// Version represents the current package semantic version.
const Version = "1.0.2"
const Version = "1.0.3"