mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Update version and news
This commit is contained in:
parent
aecaa45e2f
commit
77fdac424c
2 changed files with 5 additions and 1 deletions
4
NEWS.md
4
NEWS.md
|
@ -1,3 +1,7 @@
|
|||
New for 1.15.1:
|
||||
|
||||
* Fix build for macOS 10.13/Xcode 10
|
||||
|
||||
New for 1.15.0:
|
||||
|
||||
* Fire events on select when options is within an optgroup
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
module Capybara
|
||||
module Driver
|
||||
class Webkit
|
||||
VERSION = "1.15.0".freeze
|
||||
VERSION = "1.15.1".freeze
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue