Skip to content

Commit

Permalink
chore(release): v1.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Apr 5, 2022
1 parent 4c79751 commit c4efb2f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 71 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.

## [1.6.11](https://github.com/microlinkhq/keyv/compare/v1.6.10...v1.6.11) (2022-04-05)

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

## [1.6.10](https://github.com/microlinkhq/keyv/compare/v1.6.9...v1.6.10) (2022-04-01)

### Bug Fixes
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.6.10",
"version": "1.6.11",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
73 changes: 4 additions & 69 deletions packages/mongo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,151 +3,86 @@
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.11](https://github.com/microlinkhq/keyv/compare/v1.6.10...v1.6.11) (2022-04-05)

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

## [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.4](https://github.com/microlinkhq/keyv/compare/v1.6.3...v1.6.4) (2022-01-24)

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





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





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





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





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





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





# [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))
* **test:** t.fail instead of t.throw ([5dfd9bb](https://github.com/microlinkhq/keyv/commit/5dfd9bbdf2b21473e9f5d9a89ac552cce5e26a69))





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





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





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





# [1.1.0](https://github.com/microlinkhq/keyv/compare/v1.0.2...v1.1.0) (2021-07-30)


### Bug Fixes

* mongooptions ([10b1f9a](https://github.com/microlinkhq/keyv/commit/10b1f9ac01c7fc2bbc0830c5dcdfe80a320a845d))
* removed tls ([81aafe1](https://github.com/microlinkhq/keyv/commit/81aafe192e9612bb496f41053bf4520140e6776a))





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





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





## [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/mongo
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.6.6",
"version": "1.6.11",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
Expand Down

0 comments on commit c4efb2f

Please sign in to comment.