Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.0...v2.2.0) (2024-03-01)

### Bug Fixes

* review comments ([2f34639](2f34639))

### Features

* add support for mongodb+srv protocol ([7ec1c90](7ec1c90))
  • Loading branch information
semantic-release-bot committed Mar 1, 2024
1 parent af19a5f commit 9eeae10
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.2.0](https://github.com/kapetacom/sdk-nodejs-nosql-mongodb/compare/v2.1.0...v2.2.0) (2024-03-01)


### Bug Fixes

* review comments ([2f34639](https://github.com/kapetacom/sdk-nodejs-nosql-mongodb/commit/2f346391e3a95f737fd64bfe32388a028133efc4))


### Features

* add support for mongodb+srv protocol ([7ec1c90](https://github.com/kapetacom/sdk-nodejs-nosql-mongodb/commit/7ec1c90ab2785516d77ec41aea41141ecd526624))

# [2.1.0](https://github.com/kapetacom/sdk-nodejs-nosql-mongodb/compare/v2.0.0...v2.1.0) (2024-01-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kapeta/sdk-nosql-mongodb",
"version": "2.1.0",
"version": "2.2.0",
"description": "MongoDB NoSQL SDK for Kapeta",
"type": "commonjs",
"exports": {
Expand Down

0 comments on commit 9eeae10

Please sign in to comment.