Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.0...v1.4.0) (2022-02-10)

### Bug Fixes

* **deps:** update dependency @types/mysql to v2.15.21 ([88f1833](88f1833))
* **deps:** update dependency @types/node to v16.11.23 ([ceee083](ceee083))
* **deps:** update dependency @types/node to v16.11.24 ([646345b](646345b))

### Features

* allow passing mysql options ([360e914](360e914))
  • Loading branch information
semantic-release-bot committed Feb 10, 2022
1 parent a4d1feb commit 452bf53
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "@cypress-tools/mysql",
"version": "1.3.0",
"version": "1.4.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 452bf53

Please sign in to comment.