Skip to content

Commit 58e42da

Browse files
committed
chore(release): v1.6.7
1 parent 41578e1 commit 58e42da

File tree

10 files changed

+48
-8
lines changed

10 files changed

+48
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.7](https://github.com/microlinkhq/keyv/compare/v1.6.6...v1.6.7) (2022-03-13)
7+
8+
**Note:** Version bump only for package @keyvhq/monorepo
9+
10+
11+
12+
13+
614
## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09)
715

816

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.6.6",
5+
"version": "1.6.7",
66
"command": {
77
"bootstrap": {
88
"npmClientArgs": [

packages/mysql/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.7](https://github.com/microlinkhq/keyv/compare/v1.6.6...v1.6.7) (2022-03-13)
7+
8+
**Note:** Version bump only for package @keyvhq/mysql
9+
10+
11+
12+
13+
614
## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09)
715

816

packages/mysql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@keyvhq/mysql",
33
"description": "MySQL/MariaDB storage adapter for Keyv",
44
"homepage": "https://keyv.js.org",
5-
"version": "1.6.6",
5+
"version": "1.6.7",
66
"main": "src/index.js",
77
"author": {
88
"email": "hello@microlink.io",
@@ -31,7 +31,7 @@
3131
"value"
3232
],
3333
"dependencies": {
34-
"@keyvhq/sql": "^1.6.6",
34+
"@keyvhq/sql": "^1.6.7",
3535
"mysql2": "~2.3.3"
3636
},
3737
"devDependencies": {

packages/postgres/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.7](https://github.com/microlinkhq/keyv/compare/v1.6.6...v1.6.7) (2022-03-13)
7+
8+
**Note:** Version bump only for package @keyvhq/postgres
9+
10+
11+
12+
13+
614
## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09)
715

816

packages/postgres/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@keyvhq/postgres",
33
"description": "PostgreSQL storage adapter for Keyv",
44
"homepage": "https://keyv.js.org",
5-
"version": "1.6.6",
5+
"version": "1.6.7",
66
"main": "src/index.js",
77
"author": {
88
"email": "hello@microlink.io",
@@ -31,7 +31,7 @@
3131
"value"
3232
],
3333
"dependencies": {
34-
"@keyvhq/sql": "^1.6.6",
34+
"@keyvhq/sql": "^1.6.7",
3535
"pg": "~8.7.3"
3636
},
3737
"devDependencies": {

packages/sql/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.7](https://github.com/microlinkhq/keyv/compare/v1.6.6...v1.6.7) (2022-03-13)
7+
8+
**Note:** Version bump only for package @keyvhq/sql
9+
10+
11+
12+
13+
614
## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09)
715

816

packages/sql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@keyvhq/sql",
33
"description": "Parent class for SQL based Keyv storage adapters",
44
"homepage": "https://keyv.js.org",
5-
"version": "1.6.6",
5+
"version": "1.6.7",
66
"main": "src/index.js",
77
"author": {
88
"email": "hello@microlink.io",

packages/sqlite/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.7](https://github.com/microlinkhq/keyv/compare/v1.6.6...v1.6.7) (2022-03-13)
7+
8+
**Note:** Version bump only for package @keyvhq/sqlite
9+
10+
11+
12+
13+
614
## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09)
715

816

packages/sqlite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@keyvhq/sqlite",
33
"description": "SQLite storage adapter for Keyv",
44
"homepage": "https://keyv.js.org",
5-
"version": "1.6.6",
5+
"version": "1.6.7",
66
"main": "src/index.js",
77
"author": {
88
"email": "hello@microlink.io",
@@ -30,7 +30,7 @@
3030
"value"
3131
],
3232
"dependencies": {
33-
"@keyvhq/sql": "^1.6.6",
33+
"@keyvhq/sql": "^1.6.7",
3434
"@vscode/sqlite3": "~5.0.7",
3535
"pify": "~5.0.0"
3636
},

0 commit comments

Comments
 (0)