feat(version): bump to 1.0.3

master
Tomas Aparicio 9 years ago
parent 5ca57a1e68
commit 1d16b40629

@ -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

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

Loading…
Cancel
Save