Skip to content

Commit 8d8fdde

Browse files
committed
v1.7.0
1 parent 1985240 commit 8d8fdde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## [Unreleased]
2-
[Compare]: https://github.com/shakacode/cypress-on-rails/compare/v1.6.0...master
1+
## [1.7.0]
2+
[Compare]: https://github.com/shakacode/cypress-on-rails/compare/v1.6.0...v1.7.0
33

44
### Changed
55
* Improve eval() in command executor [PR 46](https://github.com/shakacode/cypress-on-rails/pull/46) by [Systho](https://github.com/Systho)

lib/cypress_on_rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module CypressOnRails
2-
VERSION = '1.6.0'
2+
VERSION = '1.7.0'
33
end

0 commit comments

Comments
 (0)