Skip to content

Commit 88820b4

Browse files
chore(release): 1.1.4 [skip ci]
## [1.1.4](v1.1.3...v1.1.4) (2023-06-29) ### Bug Fixes * Make sure we uri encode credentials and db name ([#7](#7)) ([f4a367a](f4a367a))
1 parent f4a367a commit 88820b4

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.4](https://github.com/kapetacom/sdk-nodejs-nosql-mongodb/compare/v1.1.3...v1.1.4) (2023-06-29)
2+
3+
4+
### Bug Fixes
5+
6+
* Make sure we uri encode credentials and db name ([#7](https://github.com/kapetacom/sdk-nodejs-nosql-mongodb/issues/7)) ([f4a367a](https://github.com/kapetacom/sdk-nodejs-nosql-mongodb/commit/f4a367a45743189672a0260dd81dcd9a2f2abdfa))
7+
18
## [1.1.3](https://github.com/kapetacom/sdk-nodejs-nosql-mongodb/compare/v1.1.2...v1.1.3) (2023-06-17)
29

310

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kapeta/sdk-nosql-mongodb",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "MongoDB NoSQL SDK for Kapeta",
55
"type": "commonjs",
66
"exports": {

0 commit comments

Comments
 (0)