Skip to content

Commit 1577204

Browse files
committed
v1.17.0
1 parent e1a2b0a commit 1577204

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
## [Unreleased]
1+
## [1.17.0]
2+
[Compare]: https://github.com/shakacode/cypress-on-rails/compare/v1.16.0...v1.17.0
23

34
### Changed
45
* Removed the update generator and reduced options for install generator [PR 149](https://github.com/shakacode/cypress-on-rails/pull/149)

lib/cypress_on_rails/simple_rails_factory.rb

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require 'active_support/core_ext/string'
2-
31
module CypressOnRails
42
module SimpleRailsFactory
53
def self.create(type, *params)

lib/cypress_on_rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module CypressOnRails
2-
VERSION = '1.16.0'.freeze
2+
VERSION = '1.17.0'.freeze
33
end

0 commit comments

Comments
 (0)