Skip to content

Commit

Permalink
chore(release): v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 16, 2023
1 parent f615f4b commit 56a37c9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/microlinkhq/keyhq/compare/v2.0.1...v2.0.2) (2023-05-16)

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

## [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
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": "2.0.1",
"version": "2.0.2",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
4 changes: 4 additions & 0 deletions packages/postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/microlinkhq/keyv/compare/v2.0.1...v2.0.2) (2023-05-16)

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

# [2.0.0](https://github.com/microlinkhq/keyv/compare/v1.6.28...v2.0.0) (2023-04-22)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/postgres",
"description": "PostgreSQL storage adapter for Keyv",
"homepage": "https://keyv.js.org",
"version": "2.0.0",
"version": "2.0.2",
"main": "src/index.js",
"author": {
"email": "[email protected]",
Expand Down

0 comments on commit 56a37c9

Please sign in to comment.