From 452bf53acef8c911dc417fffa8c9bcdbeaf57f01 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 10 Feb 2022 17:44:10 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/LeJeanbono/cypress-mysql/compare/v1.3.0...v1.4.0) (2022-02-10) ### Bug Fixes * **deps:** update dependency @types/mysql to v2.15.21 ([88f1833](https://github.com/LeJeanbono/cypress-mysql/commit/88f1833f58c60645faea88e6f016d800b54115ef)) * **deps:** update dependency @types/node to v16.11.23 ([ceee083](https://github.com/LeJeanbono/cypress-mysql/commit/ceee08332271ec6e1a691944ce9b4b192b225afd)) * **deps:** update dependency @types/node to v16.11.24 ([646345b](https://github.com/LeJeanbono/cypress-mysql/commit/646345bb46695e53bc1c183db05ed0dcaac2b1ea)) ### Features * allow passing mysql options ([360e914](https://github.com/LeJeanbono/cypress-mysql/commit/360e9143337e082d8016b884b7ef86956a1856b6)) --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cc5eda..8a034bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.4.0](https://github.com/LeJeanbono/cypress-mysql/compare/v1.3.0...v1.4.0) (2022-02-10) + + +### Bug Fixes + +* **deps:** update dependency @types/mysql to v2.15.21 ([88f1833](https://github.com/LeJeanbono/cypress-mysql/commit/88f1833f58c60645faea88e6f016d800b54115ef)) +* **deps:** update dependency @types/node to v16.11.23 ([ceee083](https://github.com/LeJeanbono/cypress-mysql/commit/ceee08332271ec6e1a691944ce9b4b192b225afd)) +* **deps:** update dependency @types/node to v16.11.24 ([646345b](https://github.com/LeJeanbono/cypress-mysql/commit/646345bb46695e53bc1c183db05ed0dcaac2b1ea)) + + +### Features + +* allow passing mysql options ([360e914](https://github.com/LeJeanbono/cypress-mysql/commit/360e9143337e082d8016b884b7ef86956a1856b6)) + # [1.3.0](https://github.com/LeJeanbono/cypress-mysql/compare/v1.2.1...v1.3.0) (2022-02-04) diff --git a/package-lock.json b/package-lock.json index 8db3a0b..cfdbad2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cypress-tools/mysql", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@cypress-tools/mysql", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "dependencies": { "@types/mysql": "2.15.21", diff --git a/package.json b/package.json index 3621827..7fce669 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-tools/mysql", - "version": "1.3.0", + "version": "1.4.0", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts",