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 d408acd commit 2dbf3bfCopy full SHA for 2dbf3bf
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## [1.14.0]
2
+[Compare]: https://github.com/shakacode/cypress-on-rails/compare/v1.13.1...v1.14.0
3
+
4
### Changed
5
* Add support for proxy routes through `api_prefix` [PR 130](https://github.com/shakacode/cypress-on-rails/pull/130) by [RomainEndelin]
6
lib/cypress_on_rails/version.rb
@@ -1,3 +1,3 @@
module CypressOnRails
- VERSION = '1.13.1'.freeze
+ VERSION = '1.14.0'.freeze
end
0 commit comments