We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d870d4e commit 69357dfCopy full SHA for 69357df
CHANGELOG.md
@@ -1,5 +1,5 @@
1
-## Unreleased
2
-[Compare]: https://github.com/shakacode/cypress-on-rails/compare/v1.10.1...main
+## [1.12.0]
+[Compare]: https://github.com/shakacode/cypress-on-rails/compare/v1.11.0...v1.12.0
3
4
### Changed
5
* only reload factories on clean instead of every factory create request [PR 95](https://github.com/shakacode/cypress-on-rails/pull/95)
lib/cypress_on_rails/version.rb
@@ -1,3 +1,3 @@
module CypressOnRails
- VERSION = '1.11.0'.freeze
+ VERSION = '1.12.0'.freeze
end
0 commit comments