We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a2b0a commit 1577204Copy full SHA for 1577204
CHANGELOG.md
@@ -1,4 +1,5 @@
1
-## [Unreleased]
+## [1.17.0]
2
+[Compare]: https://github.com/shakacode/cypress-on-rails/compare/v1.16.0...v1.17.0
3
4
### Changed
5
* 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
@@ -1,5 +1,3 @@
-require 'active_support/core_ext/string'
-
module CypressOnRails
module SimpleRailsFactory
def self.create(type, *params)
lib/cypress_on_rails/version.rb
@@ -1,3 +1,3 @@
- VERSION = '1.16.0'.freeze
+ VERSION = '1.17.0'.freeze
end
0 commit comments