Skip to content

Commit

Permalink
chore(release): v1.6.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 22, 2022
1 parent 025700a commit 89b16ae
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.16](https://github.com/microlinkhq/keyv/compare/v1.6.15...v1.6.16) (2022-06-22)

### Bug Fixes

* remove v18 ([b6ea45b](https://github.com/microlinkhq/keyv/commit/b6ea45bbe71947f0b20c57f112d09537d4c15b90))
* use mysql pool instead of connection ([0f87178](https://github.com/microlinkhq/keyv/commit/0f87178bcdb2eacf69d3cc822054f4d5ab876182))

## [1.6.15](https://github.com/microlinkhq/keyv/compare/v1.6.14...v1.6.15) (2022-06-07)

**Note:** Version bump only for package @keyvhq/monorepo
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.6.15",
"version": "1.6.16",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
6 changes: 6 additions & 0 deletions packages/mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.16](https://github.com/microlinkhq/keyv/compare/v1.6.15...v1.6.16) (2022-06-22)

### Bug Fixes

* use mysql pool instead of connection ([0f87178](https://github.com/microlinkhq/keyv/commit/0f87178bcdb2eacf69d3cc822054f4d5ab876182))

## [1.6.15](https://github.com/microlinkhq/keyv/compare/v1.6.14...v1.6.15) (2022-06-07)

**Note:** Version bump only for package @keyvhq/mysql
Expand Down
2 changes: 1 addition & 1 deletion packages/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/mysql",
"description": "MySQL/MariaDB storage adapter for Keyv",
"homepage": "https://keyv.js.org",
"version": "1.6.15",
"version": "1.6.16",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down

0 comments on commit 89b16ae

Please sign in to comment.