From edff8dd806549096d00979dcbad56f119db21458 Mon Sep 17 00:00:00 2001 From: Andrew Goldis Date: Fri, 8 Dec 2023 05:31:00 -0800 Subject: [PATCH] Release 4.0.5 --- CHANGELOG.md | 18 +++++++++++++----- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aede64e..08eb72a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,26 @@ # Changelog -### [4.0.4](https://github.com/currents-dev/cli/compare/v4.0.3...v4.0.4) (2023-12-08) +### [4.0.5](https://github.com/currents-dev/cli/compare/v4.0.4...v4.0.5) (2023-12-08) + +### Misc +- Update readme with update recommendation ### Bug Fixes -* use cy2 4.0.8 ([23df81a](https://github.com/currents-dev/cli/commit/23df81ab69f984e2958f922256dbba0786f44659)) +- update readme on gh and npm ([7aff167](https://github.com/currents-dev/cli/commit/7aff167fe0b38a4ca8887163f3ab3cb114a9a3a7)) -### [4.0.3](https://github.com/currents-dev/cli/compare/v4.0.2...v4.0.3) (2023-02-17) +### [4.0.4](https://github.com/currents-dev/cli/compare/v4.0.3...v4.0.4) (2023-12-08) +### Bug Fixes + +- use cy2 4.0.8 ([23df81a](https://github.com/currents-dev/cli/commit/23df81ab69f984e2958f922256dbba0786f44659)) + +### [4.0.3](https://github.com/currents-dev/cli/compare/v4.0.2...v4.0.3) (2023-02-17) ### Bug Fixes -* use cy2@4.0.7-beta.1 ([5e2121d](https://github.com/currents-dev/cli/commit/5e2121ddb2d11ed7f04d5630cd5436e5eb0b910d)) +- use cy2@4.0.7-beta.1 ([5e2121d](https://github.com/currents-dev/cli/commit/5e2121ddb2d11ed7f04d5630cd5436e5eb0b910d)) ## [4.0.2](https://github.com/currents-dev/cli/compare/v3.1.3...v4.0.2) (2023-01-19) @@ -107,4 +115,4 @@ The following complimentary scripts from v3 were deprecated: ### Dependencies -- upgrade `cy2@2.0.1` \ No newline at end of file +- upgrade `cy2@2.0.1` diff --git a/package-lock.json b/package-lock.json index e7a5e91..17c0530 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@currents/cli", - "version": "4.0.4", + "version": "4.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@currents/cli", - "version": "4.0.4", + "version": "4.0.5", "license": "MIT", "dependencies": { "cy2": "4.0.8" diff --git a/package.json b/package.json index 63dfeb7..0010fa2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@currents/cli", - "version": "4.0.4", + "version": "4.0.5", "license": "MIT", "main": "./dist", "typings": "./dist",