Skip to content

Commit 276e054

Browse files
committed
feat(version): bump to v1.0.14
1 parent 37aea4b commit 276e054

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

History.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
## v1.0.14 / 2017-09-12
3+
4+
* Merge pull request #192 from greut/trim
5+
* Adding trim operation.
6+
* Merge pull request #191 from greut/alpha4
7+
* Update 8.6 to alpha4.
8+
29
## v1.0.13 / 2017-09-11
310

411
* Merge pull request #190 from greut/typos

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package bimg
22

33
// Version represents the current package semantic version.
4-
const Version = "1.0.13"
4+
const Version = "1.0.14"

0 commit comments

Comments
 (0)