Skip to content

Commit

Permalink
chore(release): 1.1.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.5](v1.1.4...v1.1.5) (2023-06-29)

### Bug Fixes

* Moved uri creation into util to ensure its always the same ([73942e8](73942e8))
  • Loading branch information
semantic-release-bot committed Jun 29, 2023
1 parent 73942e8 commit acd1895
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.5](https://github.com/kapetacom/sdk-nodejs-nosql-mongodb/compare/v1.1.4...v1.1.5) (2023-06-29)


### Bug Fixes

* Moved uri creation into util to ensure its always the same ([73942e8](https://github.com/kapetacom/sdk-nodejs-nosql-mongodb/commit/73942e82ad035c1912801971d85dd04f33d8be0f))

## [1.1.4](https://github.com/kapetacom/sdk-nodejs-nosql-mongodb/compare/v1.1.3...v1.1.4) (2023-06-29)


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": "1.1.4",
"version": "1.1.5",
"description": "MongoDB NoSQL SDK for Kapeta",
"type": "commonjs",
"exports": {
Expand Down

0 comments on commit acd1895

Please sign in to comment.