Skip to content

Commit

Permalink
chore: release v4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Jan 10, 2023
1 parent 9a7bf20 commit 8ed7e11
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.0.4](https://github.com/sorry-cypress/cy2/compare/v4.0.3...v4.0.4) (2023-01-10)


### Bug Fixes

* Use the right upstream chain protocol ([#55](https://github.com/sorry-cypress/cy2/issues/55)) ([9a7bf20](https://github.com/sorry-cypress/cy2/commit/9a7bf20286b44d92867a67ed610208b6729f796b)), closes [#54](https://github.com/sorry-cypress/cy2/issues/54)

## [4.0.3](https://github.com/sorry-cypress/cy2/compare/v4.0.2...v4.0.3) (2023-01-09)

### Bug Fixes
Expand Down Expand Up @@ -215,4 +222,4 @@ Implement a new patching method that prevent permanent "patching" of cypress ins

- add trailing slash for the default url ([fa70900](https://github.com/sorry-cypress/cy2/commit/fa70900e50667c475614e6fe6105189f1f27bbe5))
- exit with child's exit code ([8a09906](https://github.com/sorry-cypress/cy2/commit/8a0990603d22d8cbad833b8efe68dd93a1437cac)), closes [#5](https://github.com/sorry-cypress/cy2/issues/5)
- spawn and inherit io ([7273f9d](https://github.com/sorry-cypress/cy2/commit/7273f9d97c81848aa5f87725b18486be15221b4e))
- spawn and inherit io ([7273f9d](https://github.com/sorry-cypress/cy2/commit/7273f9d97c81848aa5f87725b18486be15221b4e))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cy2",
"version": "4.0.3",
"version": "4.0.4",
"author": "Andrew Goldis",
"main": "./dist",
"typings": "./dist",
Expand Down

0 comments on commit 8ed7e11

Please sign in to comment.