Skip to content

Commit 4d4d6b2

Browse files
committed
Release 4.0.1
1 parent 5d9e800 commit 4d4d6b2

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

CHANGELOG.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,29 @@
11
# Changelog
22

3-
## [4.0.0](https://github.com/currents-dev/cli/compare/v3.1.3...v4.0.0) (2023-01-03)
3+
## [4.0.1](https://github.com/currents-dev/cli/compare/v3.1.3...v4.0.1) (2023-01-19)
44

5-
### Bug Fixes
5+
Version 4+ is fully compatible with Cypress 12+ 🎉. It leaves the local installation of Cypress intact and uses the public Cypress APIs to enable the integration.
6+
7+
### Breaking Changes
68

7-
- cy@4.0.0-beta.10 ([28a0324](https://github.com/currents-dev/cli/commit/28a03240f218ad94a3f064783fdf94122931de42))
9+
The following complimentary scripts from v3 were deprecated:
810

9-
## [4.0.0-beta.4](https://github.com/currents-dev/cli/compare/v3.1.3...v4.0.0-beta.4) (2022-12-19)
11+
- `currents-prepare` script is deprecated. Use `run` or `spawn` API instead.
12+
- `currents-reset` script is deprecated, use `run` or `spawn` API instead.
13+
patch API is deprecated. Use run or spawn instead.
14+
- limit node engine to 14.17+
1015

11-
## [4.0.0-beta.3](https://github.com/currents-dev/cli/compare/v3.1.3...v4.0.0-beta.3) (2022-12-19)
16+
### Dependencies
1217

13-
### [3.1.3](https://github.com/currents-dev/cli/compare/v3.1.2...v3.1.3) (2022-12-10)
18+
- use cy2@4.0.6
1419

15-
### [3.1.2](https://github.com/currents-dev/cli/compare/v3.1.1...v3.1.2) (2022-12-10)
20+
## [3.1.3](https://github.com/currents-dev/cli/compare/v3.1.2...v3.1.3) (2022-12-10)
1621

1722
### Bug Fixes
1823

1924
- fixate cy2 version ([9fa72ff](https://github.com/currents-dev/cli/commit/9fa72ffa014ecdb9a5dc34982f4941c3539c2f53))
2025

21-
### [3.1.1](https://github.com/currents-dev/cli/compare/v3.1.0...v3.1.1) (2022-12-07)
26+
## [3.1.1](https://github.com/currents-dev/cli/compare/v3.1.0...v3.1.1) (2022-12-07)
2227

2328
### Bug Fixes
2429

@@ -62,10 +67,6 @@
6267

6368
- expose patch API ([50d19d5](https://github.com/currents-dev/cli/commit/50d19d5b0692d49b6cd11ac985279e218b1813e9))
6469

65-
## [3.0.0-beta.1](https://github.com/currents-dev/cli/compare/v3.0.0-beta.0...v3.0.0-beta.1) (2022-10-21)
66-
67-
## [3.0.0-beta.0](https://github.com/currents-dev/cli/compare/v2.2.0...v3.0.0-beta.0) (2022-10-21)
68-
6970
### Features
7071

7172
- cy2@2.1.0 ([11db5e4](https://github.com/currents-dev/cli/commit/11db5e43b550bf7dfe0d2da770664fa748c40911))
@@ -77,7 +78,7 @@
7778

7879
- add currents-reset ([40f5b27](https://github.com/currents-dev/cli/commit/40f5b27b59488bf32e128bbfd3ee8044ddbee052))
7980

80-
### [2.1.1](https://github.com/currents-dev/cli/compare/v2.1.0...v2.1.1) (2022-09-07)
81+
## [2.1.1](https://github.com/currents-dev/cli/compare/v2.1.0...v2.1.1) (2022-09-07)
8182

8283
### Features
8384

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@currents/cli",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"license": "MIT",
55
"main": "./dist",
66
"typings": "./dist",

0 commit comments

Comments
 (0)