mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08:00
feat(version): bump to 1.0.4
This commit is contained in:
parent
8e0592bb9a
commit
44636a88f0
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
## 1.0.4 / 29-09-2016
|
||||
|
||||
- fix(#111): safe check of magick image type support.
|
||||
|
||||
## 1.0.3 / 28-09-2016
|
||||
|
||||
- fix(#95): better image type inference and support check.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package bimg
|
||||
|
||||
// Version represents the current package semantic version.
|
||||
const Version = "1.0.3"
|
||||
const Version = "1.0.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue