From 8e9c9c62ce5736258a9488cc4e2d29eca8bcc2b3 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Mon, 8 May 2023 09:32:00 +0200 Subject: [PATCH] chore(release): v2.0.1 --- CHANGELOG.md | 4 ++++ lerna.json | 2 +- packages/mysql/CHANGELOG.md | 4 ++++ packages/mysql/package.json | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c62d1a..6182750 100644 --- a/CHANGELOG.md +++ b/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. +## [2.0.1](https://github.com/microlinkhq/keyhq/compare/v2.0.0...v2.0.1) (2023-05-08) + +**Note:** Version bump only for package @keyvhq/monorepo + # [2.0.0](https://github.com/microlinkhq/keyhq/compare/v1.6.28...v2.0.0) (2023-04-22) ### Features diff --git a/lerna.json b/lerna.json index 38b3973..78ed9a2 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "2.0.0", + "version": "2.0.1", "command": { "bootstrap": { "npmClientArgs": [ diff --git a/packages/mysql/CHANGELOG.md b/packages/mysql/CHANGELOG.md index 13a54c1..8c8f2d2 100644 --- a/packages/mysql/CHANGELOG.md +++ b/packages/mysql/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. +## [2.0.1](https://github.com/microlinkhq/keyv/compare/v2.0.0...v2.0.1) (2023-05-08) + +**Note:** Version bump only for package @keyvhq/mysql + # [2.0.0](https://github.com/microlinkhq/keyv/compare/v1.6.28...v2.0.0) (2023-04-22) ### Features diff --git a/packages/mysql/package.json b/packages/mysql/package.json index e1f329d..b0ce9c4 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": "2.0.0", + "version": "2.0.1", "main": "src/index.js", "author": { "email": "hello@microlink.io",