Skip to content

Commit

Permalink
Version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kratob committed Jun 19, 2024
1 parent 0368485 commit a1dd524
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

# Unreleased
# 2.2.1

- Add support for drivers with `browser: :remote`.
- Fixed a bug that disabled most functionality for drivers with `browser: :remote`.


# 2.2.0
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
capybara-lockstep (2.2.0)
capybara-lockstep (2.2.1)
activesupport (>= 4.2)
capybara (>= 3.0)
ruby2_keywords
Expand Down
2 changes: 1 addition & 1 deletion lib/capybara-lockstep/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Capybara
module Lockstep
VERSION = "2.2.0"
VERSION = "2.2.1"
end
end

0 comments on commit a1dd524

Please sign in to comment.