Skip to content

Commit

Permalink
v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grantspeelman committed Mar 1, 2021
1 parent 9eb558d commit d809a59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## [Unreleased]
## [1.9.0]
[Compare]: https://github.com/shakacode/cypress-on-rails/compare/v1.8.1...v1.9.0

### Changed
* Update default generated folder to cypress instead of spec/cypress
Expand Down
2 changes: 1 addition & 1 deletion lib/cypress_on_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CypressOnRails
VERSION = '1.8.1'
VERSION = '1.9.0'.freeze
end

0 comments on commit d809a59

Please sign in to comment.