mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Prepare for 3.20.2 release
This commit is contained in:
parent
86657264d8
commit
1d6e197f03
2 changed files with 8 additions and 1 deletions
|
@ -5,6 +5,13 @@ Release date: unreleased
|
|||
|
||||
* Chrome and Firefox via the selenium driver support dropping files/data on elements
|
||||
|
||||
# Version 3.20.2
|
||||
Release date: 2019-05-19
|
||||
|
||||
### Fixed
|
||||
|
||||
* Move `uglifier` from runtime to development dependency [miyucy]
|
||||
|
||||
# Version 3.20.1
|
||||
Release date: 2019-05-17
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Capybara
|
||||
VERSION = '3.20.1'
|
||||
VERSION = '3.20.2'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue