feat(version): bump to v1.0.7

master
Tomas Aparicio 9 years ago
parent c5e109463f
commit fc33ce0e82

@ -1,3 +1,7 @@
## 1.0.7 / 13-01-2017
- fix(#128): crop image calculation for missing width or height axis.
## 1.0.6 / 12-11-2016 ## 1.0.6 / 12-11-2016
- feat(#118): handle 16-bit PNGs. - feat(#118): handle 16-bit PNGs.

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

Loading…
Cancel
Save