mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-16 10:55:54 -07:00
feat(version): bump to 1.0.6
This commit is contained in:
parent
6f8b098b47
commit
abca04aab5
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
## 1.0.6 / 12-11-2016
|
||||||
|
|
||||||
|
- feat(#118): handle 16-bit PNGs.
|
||||||
|
- feat(#119): adds JPEG2000 file for the type tests.
|
||||||
|
- feat(#121): test bimg against multiple libvips versions.
|
||||||
|
|
||||||
## 1.0.5 / 01-10-2016
|
## 1.0.5 / 01-10-2016
|
||||||
|
|
||||||
- feat(#92): support Extend param with optional background.
|
- feat(#92): support Extend param with optional background.
|
||||||
|
|
|
||||||
|
|
@ -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.5"
|
const Version = "1.0.6"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue