Skip to content

Commit be6d29c

Browse files
committed
chore(release): version 1.10.1
1 parent eeee528 commit be6d29c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="v1.10.1"></a>
2+
### v1.10.1 (2019-04-26)
3+
4+
5+
#### Bug Fixes
6+
7+
* gracefully handle read only file system (eg RunKit) ([eeee528](/../../commit/eeee528))
8+
9+
110
<a name="v1.10.0"></a>
211
### v1.10.0 (2019-03-15)
312

lib/pact/support/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Pact
22
module Support
3-
VERSION = "1.10.0"
3+
VERSION = "1.10.1"
44
end
55
end

0 commit comments

Comments
 (0)