Skip to content

Commit

Permalink
chore(release): v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 1, 2021
1 parent d6cecdb commit 2d6debd
Show file tree
Hide file tree
Showing 24 changed files with 147 additions and 16 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/microlinkhq/keyv/compare/v1.2.7...v1.3.0) (2021-09-01)


### Bug Fixes

* **mongo:** updated check for nonexistent key ([2f9a153](https://github.com/microlinkhq/keyv/commit/2f9a153c1998e5ff2b59c1a1c92a32c58ff95368))
* redis iterator not working when keys are present ([ba7d28c](https://github.com/microlinkhq/keyv/commit/ba7d28cde0fe86e305f7db125d12629938fc5a70))


### Features

* add compress decorator ([cd089b6](https://github.com/microlinkhq/keyv/commit/cd089b65dbed6183df722d618a7deebbed070650))
* add offline decorator ([86a57c8](https://github.com/microlinkhq/keyv/commit/86a57c86ef463eaf7aebf4d0d0b6fcebdb1925f9))





## [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/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": "1.2.7",
"version": "1.3.0",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
16 changes: 16 additions & 0 deletions packages/compress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/microlinkhq/keyv/compare/v1.2.7...v1.3.0) (2021-09-01)


### Features

* add compress decorator ([cd089b6](https://github.com/microlinkhq/keyv/commit/cd089b65dbed6183df722d618a7deebbed070650))





# 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.
Expand Down
2 changes: 1 addition & 1 deletion packages/compress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.3",
"version": "1.3.0",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/microlinkhq/keyv/compare/v1.2.7...v1.3.0) (2021-09-01)


### Bug Fixes

* redis iterator not working when keys are present ([ba7d28c](https://github.com/microlinkhq/keyv/commit/ba7d28cde0fe86e305f7db125d12629938fc5a70))





## [1.2.6](https://github.com/microlinkhq/keyv/compare/v1.2.5...v1.2.6) (2021-08-24)

**Note:** Version bump only for package @keyvhq/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/core",
"description": "Simple key-value storage with support for multiple backends",
"homepage": "https://keyv.js.org",
"version": "1.2.6",
"version": "1.3.0",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down
8 changes: 8 additions & 0 deletions packages/memoize/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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/memoize





## [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/memoize
Expand Down
4 changes: 2 additions & 2 deletions packages/memoize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/memoize",
"description": "Memoize any function using Keyv as storage backend.",
"homepage": "https://keyv.js.org",
"version": "1.2.7",
"version": "1.3.0",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand All @@ -27,7 +27,7 @@
"value"
],
"dependencies": {
"@keyvhq/core": "~1.2.6",
"@keyvhq/core": "^1.3.0",
"mimic-fn": "~3.0.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/mongo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/microlinkhq/keyv/compare/v1.2.7...v1.3.0) (2021-09-01)


### Bug Fixes

* **mongo:** updated check for nonexistent key ([2f9a153](https://github.com/microlinkhq/keyv/commit/2f9a153c1998e5ff2b59c1a1c92a32c58ff95368))





## [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/mongo
Expand Down
2 changes: 1 addition & 1 deletion packages/mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/mongo",
"description": "MongoDB storage adapter for Keyv",
"homepage": "https://keyv.js.org",
"version": "1.2.7",
"version": "1.3.0",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down
8 changes: 8 additions & 0 deletions packages/mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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
Expand Down
4 changes: 2 additions & 2 deletions packages/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/mysql",
"description": "MySQL/MariaDB storage adapter for Keyv",
"homepage": "https://keyv.js.org",
"version": "1.2.7",
"version": "1.3.0",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down Expand Up @@ -31,7 +31,7 @@
"value"
],
"dependencies": {
"@keyvhq/sql": "^1.2.7",
"@keyvhq/sql": "^1.3.0",
"mysql2": "~2.3.0"
},
"devDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/offline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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.
Expand Down
2 changes: 1 addition & 1 deletion packages/offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/offline",
"description": "Adding offline capabilities for your keyv instance.",
"homepage": "https://keyv.js.org",
"version": "1.0.3",
"version": "1.3.0",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down
8 changes: 8 additions & 0 deletions packages/postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.2.7",
"version": "1.3.0",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down Expand Up @@ -31,7 +31,7 @@
"value"
],
"dependencies": {
"@keyvhq/sql": "^1.2.7",
"@keyvhq/sql": "^1.3.0",
"pg": "~8.7.1"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/redis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/microlinkhq/keyv/compare/v1.2.7...v1.3.0) (2021-09-01)


### Bug Fixes

* redis iterator not working when keys are present ([ba7d28c](https://github.com/microlinkhq/keyv/commit/ba7d28cde0fe86e305f7db125d12629938fc5a70))





## [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/redis
Expand Down
2 changes: 1 addition & 1 deletion packages/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/redis",
"description": "Redis storage adapter for Keyv",
"homepage": "https://github.com/microlinkhq/keyv",
"version": "1.2.7",
"version": "1.3.0",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down
8 changes: 8 additions & 0 deletions packages/sql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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
Expand Down
2 changes: 1 addition & 1 deletion packages/sql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/sql",
"description": "Parent class for SQL based Keyv storage adapters",
"homepage": "https://keyv.js.org",
"version": "1.2.7",
"version": "1.3.0",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down
8 changes: 8 additions & 0 deletions packages/sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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
Expand Down
4 changes: 2 additions & 2 deletions packages/sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/sqlite",
"description": "SQLite storage adapter for Keyv",
"homepage": "https://keyv.js.org",
"version": "1.2.7",
"version": "1.3.0",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down Expand Up @@ -30,7 +30,7 @@
"value"
],
"dependencies": {
"@keyvhq/sql": "^1.2.7",
"@keyvhq/sql": "^1.3.0",
"pify": "~5.0.0",
"sqlite3": "~5.0.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/test-suite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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
Expand Down
2 changes: 1 addition & 1 deletion packages/test-suite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keyvhq/test-suite",
"description": "Test suite for Keyv API compliancy",
"homepage": "https://keyv.js.org",
"version": "1.2.0",
"version": "1.3.0",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down

0 comments on commit 2d6debd

Please sign in to comment.