diff --git a/CHANGELOG.md b/CHANGELOG.md index dbba6c6..187ad6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.13](https://github.com/microlinkhq/keyv/compare/v1.6.12...v1.6.13) (2022-05-22) + +### Bug Fixes + +* associate `emitErros` with keyv instance ([3a88e0a](https://github.com/microlinkhq/keyv/commit/3a88e0a4af316769c1845a9f5c82a3b8d25120e2)) + ## [1.6.12](https://github.com/microlinkhq/keyv/compare/v1.6.11...v1.6.12) (2022-05-12) **Note:** Version bump only for package @keyvhq/monorepo diff --git a/lerna.json b/lerna.json index 3c2cc3b..47d1cbc 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.6.12", + "version": "1.6.13", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/packages/compress/CHANGELOG.md b/packages/compress/CHANGELOG.md index ee459b3..4987ba3 100644 --- a/packages/compress/CHANGELOG.md +++ b/packages/compress/CHANGELOG.md @@ -3,22 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09) +## [1.6.13](https://github.com/microlinkhq/keyv/compare/v1.6.12...v1.6.13) (2022-05-22) **Note:** Version bump only for package @keyvhq/compress +## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09) - - +**Note:** Version bump only for package @keyvhq/compress ## [1.6.5](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.5) (2022-03-09) **Note:** Version bump only for package @keyvhq/compress - - - - ## [1.6.1](https://github.com/microlinkhq/keyv/compare/v1.6.0...v1.6.1) (2021-10-14) **Note:** Version bump only for package @keyvhq/compress diff --git a/packages/compress/package.json b/packages/compress/package.json index 6f6bed8..50eac45 100644 --- a/packages/compress/package.json +++ b/packages/compress/package.json @@ -2,7 +2,7 @@ "name": "@keyvhq/compress", "description": "Adds compression bindings for your Keyv instance, saving as much space as you can.", "homepage": "https://keyv.js.org", - "version": "1.6.6", + "version": "1.6.13", "main": "src/index.js", "author": { "email": "hello@microlink.io", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 64b2012..06ac878 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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.13](https://github.com/microlinkhq/keyv/compare/v1.6.12...v1.6.13) (2022-05-22) + +### Bug Fixes + +* associate `emitErros` with keyv instance ([3a88e0a](https://github.com/microlinkhq/keyv/commit/3a88e0a4af316769c1845a9f5c82a3b8d25120e2)) + ## [1.6.9](https://github.com/microlinkhq/keyv/compare/v1.6.8...v1.6.9) (2022-03-30) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index 65983fc..8238d44 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -2,7 +2,7 @@ "name": "@keyvhq/core", "description": "Simple key-value storage with support for multiple backends", "homepage": "https://keyv.js.org", - "version": "1.6.9", + "version": "1.6.13", "main": "src/index.js", "author": { "email": "hello@microlink.io", diff --git a/packages/memoize/CHANGELOG.md b/packages/memoize/CHANGELOG.md index 3e28b3b..1439bb2 100644 --- a/packages/memoize/CHANGELOG.md +++ b/packages/memoize/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.6.13](https://github.com/microlinkhq/keyv/compare/v1.6.12...v1.6.13) (2022-05-22) + +**Note:** Version bump only for package @keyvhq/memoize + ## [1.6.9](https://github.com/microlinkhq/keyv/compare/v1.6.8...v1.6.9) (2022-03-30) **Note:** Version bump only for package @keyvhq/memoize diff --git a/packages/memoize/package.json b/packages/memoize/package.json index 8b3555f..bcefdff 100644 --- a/packages/memoize/package.json +++ b/packages/memoize/package.json @@ -2,7 +2,7 @@ "name": "@keyvhq/memoize", "description": "Memoize any function using Keyv as storage backend.", "homepage": "https://keyv.js.org", - "version": "1.6.9", + "version": "1.6.13", "main": "src/index.js", "author": { "email": "hello@microlink.io", @@ -27,7 +27,7 @@ "value" ], "dependencies": { - "@keyvhq/core": "^1.6.9", + "@keyvhq/core": "^1.6.13", "mimic-fn": "~3.0.0" }, "devDependencies": { diff --git a/packages/mongo/CHANGELOG.md b/packages/mongo/CHANGELOG.md index 42dacf4..e2326fc 100644 --- a/packages/mongo/CHANGELOG.md +++ b/packages/mongo/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.6.13](https://github.com/microlinkhq/keyv/compare/v1.6.12...v1.6.13) (2022-05-22) + +**Note:** Version bump only for package @keyvhq/mongo + ## [1.6.12](https://github.com/microlinkhq/keyv/compare/v1.6.11...v1.6.12) (2022-05-12) **Note:** Version bump only for package @keyvhq/mongo diff --git a/packages/mongo/package.json b/packages/mongo/package.json index e7137d0..68444de 100644 --- a/packages/mongo/package.json +++ b/packages/mongo/package.json @@ -2,7 +2,7 @@ "name": "@keyvhq/mongo", "description": "MongoDB storage adapter for Keyv", "homepage": "https://keyv.js.org", - "version": "1.6.12", + "version": "1.6.13", "main": "src/index.js", "author": { "email": "hello@microlink.io", diff --git a/packages/multi/CHANGELOG.md b/packages/multi/CHANGELOG.md index 741a77d..ff66323 100644 --- a/packages/multi/CHANGELOG.md +++ b/packages/multi/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.6.13](https://github.com/microlinkhq/keyv/compare/v1.6.12...v1.6.13) (2022-05-22) + +**Note:** Version bump only for package @keyvhq/multi + ## [1.6.9](https://github.com/microlinkhq/keyv/compare/v1.6.8...v1.6.9) (2022-03-30) **Note:** Version bump only for package @keyvhq/multi diff --git a/packages/multi/package.json b/packages/multi/package.json index 0601ee4..7b817d1 100644 --- a/packages/multi/package.json +++ b/packages/multi/package.json @@ -2,7 +2,7 @@ "name": "@keyvhq/multi", "description": "Layered cache with any backend", "homepage": "https://keyv.js.org", - "version": "1.6.9", + "version": "1.6.13", "main": "src/index.js", "author": { "email": "hello@microlink.io", @@ -27,7 +27,7 @@ "value" ], "dependencies": { - "@keyvhq/core": "^1.6.9" + "@keyvhq/core": "^1.6.13" }, "devDependencies": { "@keyvhq/compress": "latest", diff --git a/packages/mysql/CHANGELOG.md b/packages/mysql/CHANGELOG.md index e09da7d..006a876 100644 --- a/packages/mysql/CHANGELOG.md +++ b/packages/mysql/CHANGELOG.md @@ -3,132 +3,74 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.6.7](https://github.com/microlinkhq/keyv/compare/v1.6.6...v1.6.7) (2022-03-13) +## [1.6.13](https://github.com/microlinkhq/keyv/compare/v1.6.12...v1.6.13) (2022-05-22) **Note:** Version bump only for package @keyvhq/mysql +## [1.6.7](https://github.com/microlinkhq/keyv/compare/v1.6.6...v1.6.7) (2022-03-13) - - +**Note:** Version bump only for package @keyvhq/mysql ## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09) - ### Bug Fixes * changed all adapter apis to support (uri, option) ([f78a5dd](https://github.com/microlinkhq/keyv/commit/f78a5dd26ebcb2661d99c61328fbd92d9c462149)) - - - - ## [1.6.5](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.5) (2022-03-09) - ### Bug Fixes * changed all adapter apis to support (uri, option) ([f78a5dd](https://github.com/microlinkhq/keyv/commit/f78a5dd26ebcb2661d99c61328fbd92d9c462149)) - - - - ## [1.6.3](https://github.com/microlinkhq/keyv/compare/v1.6.2...v1.6.3) (2021-12-01) **Note:** Version bump only for package @keyvhq/mysql - - - - ## [1.6.2](https://github.com/microlinkhq/keyv/compare/v1.6.1...v1.6.2) (2021-11-08) **Note:** Version bump only for package @keyvhq/mysql - - - - # [1.6.0](https://github.com/microlinkhq/keyv/compare/v1.5.2...v1.6.0) (2021-10-05) **Note:** Version bump only for package @keyvhq/mysql - - - - ## [1.5.1](https://github.com/microlinkhq/keyv/compare/v1.5.0...v1.5.1) (2021-09-16) **Note:** Version bump only for package @keyvhq/mysql - - - - # [1.4.0](https://github.com/microlinkhq/keyv/compare/v1.3.0...v1.4.0) (2021-09-12) **Note:** Version bump only for package @keyvhq/mysql - - - - # [1.3.0](https://github.com/microlinkhq/keyv/compare/v1.2.7...v1.3.0) (2021-09-01) **Note:** Version bump only for package @keyvhq/mysql - - - - ## [1.2.7](https://github.com/microlinkhq/keyv/compare/v1.2.6...v1.2.7) (2021-08-24) **Note:** Version bump only for package @keyvhq/mysql - - - - # [1.2.0](https://github.com/microlinkhq/keyv/compare/v1.1.1...v1.2.0) (2021-08-11) **Note:** Version bump only for package @keyvhq/mysql - - - - ## [1.1.1](https://github.com/microlinkhq/keyv/compare/v1.1.0...v1.1.1) (2021-07-30) **Note:** Version bump only for package @keyvhq/mysql - - - - # [1.1.0](https://github.com/microlinkhq/keyv/compare/v1.0.2...v1.1.0) (2021-07-30) **Note:** Version bump only for package @keyvhq/mysql - - - - ## [1.0.2](https://github.com/microlinkhq/keyv/compare/v1.0.1...v1.0.2) (2021-07-16) **Note:** Version bump only for package @keyvhq/mysql - - - - ## [1.0.1](https://github.com/microlinkhq/keyv/compare/v1.0.0...v1.0.1) (2021-07-16) **Note:** Version bump only for package @keyvhq/mysql - - - - ## [0.2.4](https://github.com/microlinkhq/keyv/compare/v0.2.0...v0.2.4) (2021-07-01) **Note:** Version bump only for package @keyvhq/mysql diff --git a/packages/mysql/package.json b/packages/mysql/package.json index a08bdd9..f3e95b3 100644 --- a/packages/mysql/package.json +++ b/packages/mysql/package.json @@ -2,7 +2,7 @@ "name": "@keyvhq/mysql", "description": "MySQL/MariaDB storage adapter for Keyv", "homepage": "https://keyv.js.org", - "version": "1.6.7", + "version": "1.6.13", "main": "src/index.js", "author": { "email": "hello@microlink.io", @@ -31,7 +31,7 @@ "value" ], "dependencies": { - "@keyvhq/sql": "^1.6.7", + "@keyvhq/sql": "^1.6.13", "mysql2": "~2.3.3" }, "devDependencies": { diff --git a/packages/offline/CHANGELOG.md b/packages/offline/CHANGELOG.md index ca69431..fe89d99 100644 --- a/packages/offline/CHANGELOG.md +++ b/packages/offline/CHANGELOG.md @@ -3,33 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09) +## [1.6.13](https://github.com/microlinkhq/keyv/compare/v1.6.12...v1.6.13) (2022-05-22) **Note:** Version bump only for package @keyvhq/offline +## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09) - - +**Note:** Version bump only for package @keyvhq/offline ## [1.6.5](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.5) (2022-03-09) **Note:** Version bump only for package @keyvhq/offline - - - - # [1.3.0](https://github.com/microlinkhq/keyv/compare/v1.2.7...v1.3.0) (2021-09-01) - ### Features * add offline decorator ([86a57c8](https://github.com/microlinkhq/keyv/commit/86a57c86ef463eaf7aebf4d0d0b6fcebdb1925f9)) - - - - # Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. diff --git a/packages/offline/package.json b/packages/offline/package.json index 4a4eb63..5821509 100644 --- a/packages/offline/package.json +++ b/packages/offline/package.json @@ -2,7 +2,7 @@ "name": "@keyvhq/offline", "description": "Adding offline capabilities for your keyv instance.", "homepage": "https://keyv.js.org", - "version": "1.6.6", + "version": "1.6.13", "main": "src/index.js", "author": { "email": "hello@microlink.io", diff --git a/packages/postgres/CHANGELOG.md b/packages/postgres/CHANGELOG.md index 23d667f..c11f3ef 100644 --- a/packages/postgres/CHANGELOG.md +++ b/packages/postgres/CHANGELOG.md @@ -3,132 +3,74 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.6.7](https://github.com/microlinkhq/keyv/compare/v1.6.6...v1.6.7) (2022-03-13) +## [1.6.13](https://github.com/microlinkhq/keyv/compare/v1.6.12...v1.6.13) (2022-05-22) **Note:** Version bump only for package @keyvhq/postgres +## [1.6.7](https://github.com/microlinkhq/keyv/compare/v1.6.6...v1.6.7) (2022-03-13) - - +**Note:** Version bump only for package @keyvhq/postgres ## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09) - ### Bug Fixes * changed all adapter apis to support (uri, option) ([f78a5dd](https://github.com/microlinkhq/keyv/commit/f78a5dd26ebcb2661d99c61328fbd92d9c462149)) - - - - ## [1.6.5](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.5) (2022-03-09) - ### Bug Fixes * changed all adapter apis to support (uri, option) ([f78a5dd](https://github.com/microlinkhq/keyv/commit/f78a5dd26ebcb2661d99c61328fbd92d9c462149)) - - - - ## [1.6.3](https://github.com/microlinkhq/keyv/compare/v1.6.2...v1.6.3) (2021-12-01) **Note:** Version bump only for package @keyvhq/postgres - - - - ## [1.6.2](https://github.com/microlinkhq/keyv/compare/v1.6.1...v1.6.2) (2021-11-08) **Note:** Version bump only for package @keyvhq/postgres - - - - # [1.6.0](https://github.com/microlinkhq/keyv/compare/v1.5.2...v1.6.0) (2021-10-05) **Note:** Version bump only for package @keyvhq/postgres - - - - ## [1.5.1](https://github.com/microlinkhq/keyv/compare/v1.5.0...v1.5.1) (2021-09-16) **Note:** Version bump only for package @keyvhq/postgres - - - - # [1.4.0](https://github.com/microlinkhq/keyv/compare/v1.3.0...v1.4.0) (2021-09-12) **Note:** Version bump only for package @keyvhq/postgres - - - - # [1.3.0](https://github.com/microlinkhq/keyv/compare/v1.2.7...v1.3.0) (2021-09-01) **Note:** Version bump only for package @keyvhq/postgres - - - - ## [1.2.7](https://github.com/microlinkhq/keyv/compare/v1.2.6...v1.2.7) (2021-08-24) **Note:** Version bump only for package @keyvhq/postgres - - - - # [1.2.0](https://github.com/microlinkhq/keyv/compare/v1.1.1...v1.2.0) (2021-08-11) **Note:** Version bump only for package @keyvhq/postgres - - - - ## [1.1.1](https://github.com/microlinkhq/keyv/compare/v1.1.0...v1.1.1) (2021-07-30) **Note:** Version bump only for package @keyvhq/postgres - - - - # [1.1.0](https://github.com/microlinkhq/keyv/compare/v1.0.2...v1.1.0) (2021-07-30) **Note:** Version bump only for package @keyvhq/postgres - - - - ## [1.0.2](https://github.com/microlinkhq/keyv/compare/v1.0.1...v1.0.2) (2021-07-16) **Note:** Version bump only for package @keyvhq/postgres - - - - ## [1.0.1](https://github.com/microlinkhq/keyv/compare/v1.0.0...v1.0.1) (2021-07-16) **Note:** Version bump only for package @keyvhq/postgres - - - - ## [0.2.4](https://github.com/microlinkhq/keyv/compare/v0.2.0...v0.2.4) (2021-07-01) **Note:** Version bump only for package @keyvhq/postgres diff --git a/packages/postgres/package.json b/packages/postgres/package.json index 0ef9e2a..a477ca7 100644 --- a/packages/postgres/package.json +++ b/packages/postgres/package.json @@ -2,7 +2,7 @@ "name": "@keyvhq/postgres", "description": "PostgreSQL storage adapter for Keyv", "homepage": "https://keyv.js.org", - "version": "1.6.7", + "version": "1.6.13", "main": "src/index.js", "author": { "email": "hello@microlink.io", @@ -31,7 +31,7 @@ "value" ], "dependencies": { - "@keyvhq/sql": "^1.6.7", + "@keyvhq/sql": "^1.6.13", "pg": "~8.7.3" }, "devDependencies": { diff --git a/packages/redis/CHANGELOG.md b/packages/redis/CHANGELOG.md index 4efc62a..6869da9 100644 --- a/packages/redis/CHANGELOG.md +++ b/packages/redis/CHANGELOG.md @@ -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.13](https://github.com/microlinkhq/keyv/compare/v1.6.12...v1.6.13) (2022-05-22) + +### Bug Fixes + +* associate `emitErros` with keyv instance ([3a88e0a](https://github.com/microlinkhq/keyv/commit/3a88e0a4af316769c1845a9f5c82a3b8d25120e2)) + ## [1.6.10](https://github.com/microlinkhq/keyv/compare/v1.6.9...v1.6.10) (2022-04-01) ### Bug Fixes diff --git a/packages/redis/package.json b/packages/redis/package.json index e218fd8..cc6726b 100644 --- a/packages/redis/package.json +++ b/packages/redis/package.json @@ -2,7 +2,7 @@ "name": "@keyvhq/redis", "description": "Redis storage adapter for Keyv", "homepage": "https://github.com/microlinkhq/keyv", - "version": "1.6.10", + "version": "1.6.13", "main": "src/index.js", "author": { "email": "hello@microlink.io", diff --git a/packages/sql/CHANGELOG.md b/packages/sql/CHANGELOG.md index cfee6de..2c559b9 100644 --- a/packages/sql/CHANGELOG.md +++ b/packages/sql/CHANGELOG.md @@ -3,119 +3,68 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.6.7](https://github.com/microlinkhq/keyv/compare/v1.6.6...v1.6.7) (2022-03-13) +## [1.6.13](https://github.com/microlinkhq/keyv/compare/v1.6.12...v1.6.13) (2022-05-22) **Note:** Version bump only for package @keyvhq/sql +## [1.6.7](https://github.com/microlinkhq/keyv/compare/v1.6.6...v1.6.7) (2022-03-13) - - +**Note:** Version bump only for package @keyvhq/sql ## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09) - ### Bug Fixes * linter ([c36c964](https://github.com/microlinkhq/keyv/commit/c36c964a16e79d8bd0e4fd62a926293e89ea0472)) - - - - ## [1.6.5](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.5) (2022-03-09) - ### Bug Fixes * linter ([c36c964](https://github.com/microlinkhq/keyv/commit/c36c964a16e79d8bd0e4fd62a926293e89ea0472)) - - - - ## [1.6.3](https://github.com/microlinkhq/keyv/compare/v1.6.2...v1.6.3) (2021-12-01) **Note:** Version bump only for package @keyvhq/sql - - - - # [1.6.0](https://github.com/microlinkhq/keyv/compare/v1.5.2...v1.6.0) (2021-10-05) **Note:** Version bump only for package @keyvhq/sql - - - - # [1.4.0](https://github.com/microlinkhq/keyv/compare/v1.3.0...v1.4.0) (2021-09-12) - ### Bug Fixes * namespace api ([fd07736](https://github.com/microlinkhq/keyv/commit/fd07736aee52c9bde9a81f075faa85c39d72cc51)) - - - - # [1.3.0](https://github.com/microlinkhq/keyv/compare/v1.2.7...v1.3.0) (2021-09-01) **Note:** Version bump only for package @keyvhq/sql - - - - ## [1.2.7](https://github.com/microlinkhq/keyv/compare/v1.2.6...v1.2.7) (2021-08-24) **Note:** Version bump only for package @keyvhq/sql - - - - # [1.2.0](https://github.com/microlinkhq/keyv/compare/v1.1.1...v1.2.0) (2021-08-11) **Note:** Version bump only for package @keyvhq/sql - - - - ## [1.1.1](https://github.com/microlinkhq/keyv/compare/v1.1.0...v1.1.1) (2021-07-30) **Note:** Version bump only for package @keyvhq/sql - - - - # [1.1.0](https://github.com/microlinkhq/keyv/compare/v1.0.2...v1.1.0) (2021-07-30) **Note:** Version bump only for package @keyvhq/sql - - - - ## [1.0.2](https://github.com/microlinkhq/keyv/compare/v1.0.1...v1.0.2) (2021-07-16) **Note:** Version bump only for package @keyvhq/sql - - - - ## [1.0.1](https://github.com/microlinkhq/keyv/compare/v1.0.0...v1.0.1) (2021-07-16) **Note:** Version bump only for package @keyvhq/sql - - - - ## [0.2.4](https://github.com/microlinkhq/keyv/compare/v0.2.0...v0.2.4) (2021-07-01) **Note:** Version bump only for package @keyvhq/sql diff --git a/packages/sql/package.json b/packages/sql/package.json index dc752f1..ad92dcb 100644 --- a/packages/sql/package.json +++ b/packages/sql/package.json @@ -2,7 +2,7 @@ "name": "@keyvhq/sql", "description": "Parent class for SQL based Keyv storage adapters", "homepage": "https://keyv.js.org", - "version": "1.6.7", + "version": "1.6.13", "main": "src/index.js", "author": { "email": "hello@microlink.io", diff --git a/packages/sqlite/CHANGELOG.md b/packages/sqlite/CHANGELOG.md index f679842..c0e90a0 100644 --- a/packages/sqlite/CHANGELOG.md +++ b/packages/sqlite/CHANGELOG.md @@ -3,132 +3,74 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.6.7](https://github.com/microlinkhq/keyv/compare/v1.6.6...v1.6.7) (2022-03-13) +## [1.6.13](https://github.com/microlinkhq/keyv/compare/v1.6.12...v1.6.13) (2022-05-22) **Note:** Version bump only for package @keyvhq/sqlite +## [1.6.7](https://github.com/microlinkhq/keyv/compare/v1.6.6...v1.6.7) (2022-03-13) - - +**Note:** Version bump only for package @keyvhq/sqlite ## [1.6.6](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.6) (2022-03-09) - ### Bug Fixes * changed all adapter apis to support (uri, option) ([f78a5dd](https://github.com/microlinkhq/keyv/commit/f78a5dd26ebcb2661d99c61328fbd92d9c462149)) - - - - ## [1.6.5](https://github.com/microlinkhq/keyv/compare/v1.6.4...v1.6.5) (2022-03-09) - ### Bug Fixes * changed all adapter apis to support (uri, option) ([f78a5dd](https://github.com/microlinkhq/keyv/commit/f78a5dd26ebcb2661d99c61328fbd92d9c462149)) - - - - ## [1.6.3](https://github.com/microlinkhq/keyv/compare/v1.6.2...v1.6.3) (2021-12-01) **Note:** Version bump only for package @keyvhq/sqlite - - - - ## [1.6.2](https://github.com/microlinkhq/keyv/compare/v1.6.1...v1.6.2) (2021-11-08) **Note:** Version bump only for package @keyvhq/sqlite - - - - # [1.6.0](https://github.com/microlinkhq/keyv/compare/v1.5.2...v1.6.0) (2021-10-05) **Note:** Version bump only for package @keyvhq/sqlite - - - - ## [1.5.1](https://github.com/microlinkhq/keyv/compare/v1.5.0...v1.5.1) (2021-09-16) **Note:** Version bump only for package @keyvhq/sqlite - - - - # [1.4.0](https://github.com/microlinkhq/keyv/compare/v1.3.0...v1.4.0) (2021-09-12) **Note:** Version bump only for package @keyvhq/sqlite - - - - # [1.3.0](https://github.com/microlinkhq/keyv/compare/v1.2.7...v1.3.0) (2021-09-01) **Note:** Version bump only for package @keyvhq/sqlite - - - - ## [1.2.7](https://github.com/microlinkhq/keyv/compare/v1.2.6...v1.2.7) (2021-08-24) **Note:** Version bump only for package @keyvhq/sqlite - - - - # [1.2.0](https://github.com/microlinkhq/keyv/compare/v1.1.1...v1.2.0) (2021-08-11) **Note:** Version bump only for package @keyvhq/sqlite - - - - ## [1.1.1](https://github.com/microlinkhq/keyv/compare/v1.1.0...v1.1.1) (2021-07-30) **Note:** Version bump only for package @keyvhq/sqlite - - - - # [1.1.0](https://github.com/microlinkhq/keyv/compare/v1.0.2...v1.1.0) (2021-07-30) **Note:** Version bump only for package @keyvhq/sqlite - - - - ## [1.0.2](https://github.com/microlinkhq/keyv/compare/v1.0.1...v1.0.2) (2021-07-16) **Note:** Version bump only for package @keyvhq/sqlite - - - - ## [1.0.1](https://github.com/microlinkhq/keyv/compare/v1.0.0...v1.0.1) (2021-07-16) **Note:** Version bump only for package @keyvhq/sqlite - - - - ## [0.2.4](https://github.com/microlinkhq/keyv/compare/v0.2.0...v0.2.4) (2021-07-01) **Note:** Version bump only for package @keyvhq/sqlite diff --git a/packages/sqlite/package.json b/packages/sqlite/package.json index 1d16e89..13be61a 100644 --- a/packages/sqlite/package.json +++ b/packages/sqlite/package.json @@ -2,7 +2,7 @@ "name": "@keyvhq/sqlite", "description": "SQLite storage adapter for Keyv", "homepage": "https://keyv.js.org", - "version": "1.6.7", + "version": "1.6.13", "main": "src/index.js", "author": { "email": "hello@microlink.io", @@ -30,7 +30,7 @@ "value" ], "dependencies": { - "@keyvhq/sql": "^1.6.7", + "@keyvhq/sql": "^1.6.13", "@vscode/sqlite3": "~5.0.7", "pify": "~5.0.0" }, diff --git a/packages/test-suite/CHANGELOG.md b/packages/test-suite/CHANGELOG.md index 3665837..7892cf5 100644 --- a/packages/test-suite/CHANGELOG.md +++ b/packages/test-suite/CHANGELOG.md @@ -3,85 +3,53 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [1.6.0](https://github.com/microlinkhq/keyv/compare/v1.5.2...v1.6.0) (2021-10-05) +## [1.6.13](https://github.com/microlinkhq/keyv/compare/v1.6.12...v1.6.13) (2022-05-22) +**Note:** Version bump only for package @keyvhq/test-suite + +# [1.6.0](https://github.com/microlinkhq/keyv/compare/v1.5.2...v1.6.0) (2021-10-05) ### Bug Fixes * **test:** increased timeout for iterator resolving ([1a51f3e](https://github.com/microlinkhq/keyv/commit/1a51f3e90a1112f0cdb83c2c23f959517e8b0f82)) - - - - # [1.4.0](https://github.com/microlinkhq/keyv/compare/v1.3.0...v1.4.0) (2021-09-12) - ### Bug Fixes * no namespaced iteration of maps ([77b9724](https://github.com/microlinkhq/keyv/commit/77b9724fe4169331ed09539236729237d7c7cefa)) * **test:** t.fail instead of t.throw ([5dfd9bb](https://github.com/microlinkhq/keyv/commit/5dfd9bbdf2b21473e9f5d9a89ac552cce5e26a69)) - ### Features * use empty namespace by default ([a2872d3](https://github.com/microlinkhq/keyv/commit/a2872d3ec5ee3cb6445fc97bd129505d43e90c0e)) - - - - # [1.3.0](https://github.com/microlinkhq/keyv/compare/v1.2.7...v1.3.0) (2021-09-01) **Note:** Version bump only for package @keyvhq/test-suite - - - - # [1.2.0](https://github.com/microlinkhq/keyv/compare/v1.1.1...v1.2.0) (2021-08-11) **Note:** Version bump only for package @keyvhq/test-suite - - - - ## [1.1.1](https://github.com/microlinkhq/keyv/compare/v1.1.0...v1.1.1) (2021-07-30) **Note:** Version bump only for package @keyvhq/test-suite - - - - # [1.1.0](https://github.com/microlinkhq/keyv/compare/v1.0.2...v1.1.0) (2021-07-30) **Note:** Version bump only for package @keyvhq/test-suite - - - - ## [1.0.2](https://github.com/microlinkhq/keyv/compare/v1.0.1...v1.0.2) (2021-07-16) **Note:** Version bump only for package @keyvhq/test-suite - - - - ## [1.0.1](https://github.com/microlinkhq/keyv/compare/v1.0.0...v1.0.1) (2021-07-16) **Note:** Version bump only for package @keyvhq/test-suite - - - - ## [0.2.4](https://github.com/microlinkhq/keyv/compare/v0.2.0...v0.2.4) (2021-07-01) - ### Bug Fixes * typo keyvNamepsaceTests -> keyvNamepsaceTests ([d5b5577](https://github.com/microlinkhq/keyv/commit/d5b5577bf0bb151e0717a833ac8fae6cb5d1165f)) diff --git a/packages/test-suite/package.json b/packages/test-suite/package.json index 783448c..b74980d 100644 --- a/packages/test-suite/package.json +++ b/packages/test-suite/package.json @@ -2,7 +2,7 @@ "name": "@keyvhq/test-suite", "description": "Test suite for Keyv API compliancy", "homepage": "https://keyv.js.org", - "version": "1.6.0", + "version": "1.6.13", "main": "src/index.js", "author": { "email": "hello@microlink.io",