Skip to content

Commit

Permalink
Release 3.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Oct 20, 2022
1 parent 113a58b commit 5fb4b50
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [3.0.0-alpha.0](https://github.com/sorry-cypress/cy2/compare/v2.1.0...v3.0.0-alpha.0) (2022-10-20)


### Features

* allow init script injection ([113a58b](https://github.com/sorry-cypress/cy2/commit/113a58b8ec7dbf0c9d4f0e3d32d1f8140d634261))


### BREAKING CHANGES

* - Module API has changed - the absolute location of an injected module is expected instead of CYPRESS_API_URL
- `bin/cy2` requires CYPRESS_API_URL environment variable, otherwise throws

# [2.1.0](https://github.com/sorry-cypress/cy2/compare/v2.0.1...v2.1.0) (2022-10-19)


Expand Down
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": "2.1.0",
"version": "3.0.0-alpha.0",
"author": "Andrew Goldis",
"main": "./dist",
"typings": "./dist",
Expand Down

0 comments on commit 5fb4b50

Please sign in to comment.