feat(version): bump to 1.0.5

This commit is contained in:
Tomas Aparicio 2016-09-30 23:19:32 +01:00
parent 607aa69808
commit 6f457d828b
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
## 1.0.5 / 01-10-2016
- feat(#92): support Extend param with optional background.
- fix(#106): allow image area extraction without explicit x/y axis.
- feat(api): add Extend type with `libvips` enum alias.
## 1.0.4 / 29-09-2016
- fix(#111): safe check of magick image type support.

View file

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