mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-16 19:05:54 -07:00
feat(version): bump to v1.0.7
This commit is contained in:
parent
c5e109463f
commit
fc33ce0e82
2 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue