1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Prepare for 3.13.2 release

This commit is contained in:
Thomas Walpole 2019-01-24 11:16:41 -08:00
parent 26decf9769
commit 7b55f56a35
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,10 @@
# Version 3.13.2
Release date: 2019-01-24
### Fixed
* Remove extraneous output
# Version 3.13.1
Release date: 2019-01-24

View file

@ -23,7 +23,6 @@ module Capybara
hints_js = +''
functions = []
if uses_visibility && !is_displayed_atom.empty?
puts "running vis func"
hints_js << <<~VISIBILITY_JS
var vis_func = #{is_displayed_atom};
VISIBILITY_JS

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Capybara
VERSION = '3.13.1'
VERSION = '3.13.2'
end