Skip to content

Commit 2f02f62

Browse files
committed
chore(release): v2.2.0
1 parent 92113b5 commit 2f02f62

File tree

14 files changed

+43
-7
lines changed

14 files changed

+43
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
# [2.2.0](https://github.com/microlinkhq/keyhq/compare/v2.1.17...v2.2.0) (2026-03-03)
7+
8+
### Features
9+
10+
* **types:** add TypeScript type definitions to compress, offline, and sql packages ([#242](https://github.com/microlinkhq/keyhq/issues/242)) ([c98a996](https://github.com/microlinkhq/keyhq/commit/c98a996b015c8ff82ad28016b2ad6ba6178f8983))
11+
612
## [2.1.17](https://github.com/microlinkhq/keyhq/compare/v2.1.16...v2.1.17) (2026-03-01)
713

814
**Note:** Version bump only for package @keyvhq/monorepo

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": "2.1.17",
5+
"version": "2.2.0",
66
"command": {
77
"bootstrap": {
88
"npmClientArgs": [

packages/compress/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
# [2.2.0](https://github.com/microlinkhq/keyvhq/compare/v2.1.17...v2.2.0) (2026-03-03)
7+
8+
### Features
9+
10+
* **types:** add TypeScript type definitions to compress, offline, and sql packages ([#242](https://github.com/microlinkhq/keyvhq/issues/242)) ([c98a996](https://github.com/microlinkhq/keyvhq/commit/c98a996b015c8ff82ad28016b2ad6ba6178f8983))
11+
612
## [2.1.15](https://github.com/microlinkhq/keyvhq/compare/v2.1.14...v2.1.15) (2026-02-04)
713

814
**Note:** Version bump only for package @keyvhq/compress

packages/compress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@keyvhq/compress",
33
"description": "Adds compression bindings for your Keyv instance, saving as much space as you can.",
44
"homepage": "https://keyvhq.js.org",
5-
"version": "2.1.15",
5+
"version": "2.2.0",
66
"types": "./src/index.d.ts",
77
"main": "src/index.js",
88
"author": {

packages/mysql/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
# [2.2.0](https://github.com/microlinkhq/keyv/compare/v2.1.17...v2.2.0) (2026-03-03)
7+
8+
**Note:** Version bump only for package @keyvhq/mysql
9+
610
## [2.1.15](https://github.com/microlinkhq/keyv/compare/v2.1.14...v2.1.15) (2026-02-04)
711

812
**Note:** Version bump only for package @keyvhq/mysql

packages/mysql/package.json

Lines changed: 1 addition & 1 deletion
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://keyvhq.js.org",
5-
"version": "2.1.15",
5+
"version": "2.2.0",
66
"types": "./src/index.d.ts",
77
"main": "src/index.js",
88
"author": {

packages/offline/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
# [2.2.0](https://github.com/microlinkhq/keyv/compare/v2.1.17...v2.2.0) (2026-03-03)
7+
8+
### Features
9+
10+
* **types:** add TypeScript type definitions to compress, offline, and sql packages ([#242](https://github.com/microlinkhq/keyv/issues/242)) ([c98a996](https://github.com/microlinkhq/keyv/commit/c98a996b015c8ff82ad28016b2ad6ba6178f8983))
11+
612
## [2.1.17](https://github.com/microlinkhq/keyv/compare/v2.1.16...v2.1.17) (2026-03-01)
713

814
**Note:** Version bump only for package @keyvhq/offline

packages/offline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@keyvhq/offline",
33
"description": "Adding offline capabilities for your keyv instance.",
44
"homepage": "https://keyvhq.js.org",
5-
"version": "2.1.17",
5+
"version": "2.2.0",
66
"types": "./src/index.d.ts",
77
"main": "src/index.js",
88
"author": {

packages/postgres/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
# [2.2.0](https://github.com/microlinkhq/keyv/compare/v2.1.17...v2.2.0) (2026-03-03)
7+
8+
**Note:** Version bump only for package @keyvhq/postgres
9+
610
## [2.1.15](https://github.com/microlinkhq/keyv/compare/v2.1.14...v2.1.15) (2026-02-04)
711

812
**Note:** Version bump only for package @keyvhq/postgres

packages/postgres/package.json

Lines changed: 1 addition & 1 deletion
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://keyvhq.js.org",
5-
"version": "2.1.15",
5+
"version": "2.2.0",
66
"types": "./src/index.d.ts",
77
"main": "src/index.js",
88
"author": {

0 commit comments

Comments
 (0)