Skip to content

Commit

Permalink
v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grantspeelman committed Jan 28, 2024
1 parent e1a2b0a commit 1577204
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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.17.0]
[Compare]: https://github.com/shakacode/cypress-on-rails/compare/v1.16.0...v1.17.0

### Changed
* Removed the update generator and reduced options for install generator [PR 149](https://github.com/shakacode/cypress-on-rails/pull/149)
Expand Down
2 changes: 0 additions & 2 deletions lib/cypress_on_rails/simple_rails_factory.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'active_support/core_ext/string'

module CypressOnRails
module SimpleRailsFactory
def self.create(type, *params)
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.16.0'.freeze
VERSION = '1.17.0'.freeze
end

0 comments on commit 1577204

Please sign in to comment.