Skip to content

Commit

Permalink
Release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Jan 19, 2023
1 parent 5d9e800 commit 4d4d6b2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
27 changes: 14 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,29 @@
# Changelog

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

### Bug Fixes
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.

### Breaking Changes

- [email protected] ([28a0324](https://github.com/currents-dev/cli/commit/28a03240f218ad94a3f064783fdf94122931de42))
The following complimentary scripts from v3 were deprecated:

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

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

### [3.1.3](https://github.com/currents-dev/cli/compare/v3.1.2...v3.1.3) (2022-12-10)
- use [email protected]

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

### Bug Fixes

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

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

### Bug Fixes

Expand Down Expand Up @@ -62,10 +67,6 @@

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

## [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)

## [3.0.0-beta.0](https://github.com/currents-dev/cli/compare/v2.2.0...v3.0.0-beta.0) (2022-10-21)

### Features

- [email protected] ([11db5e4](https://github.com/currents-dev/cli/commit/11db5e43b550bf7dfe0d2da770664fa748c40911))
Expand All @@ -77,7 +78,7 @@

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

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

### Features

Expand Down
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": "@currents/cli",
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",
"main": "./dist",
"typings": "./dist",
Expand Down

0 comments on commit 4d4d6b2

Please sign in to comment.