Skip to content

Commit 559d1d0

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.1...v1.1.0) (2023-06-11) ### Features * Change Mongo SDK to use Prisma ([#4](#4)) ([6749da9](6749da9))
1 parent 6749da9 commit 559d1d0

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.0](https://github.com/kapetacom/sdk-nodejs-nosql-mongodb/compare/v1.0.1...v1.1.0) (2023-06-11)
2+
3+
4+
### Features
5+
6+
* Change Mongo SDK to use Prisma ([#4](https://github.com/kapetacom/sdk-nodejs-nosql-mongodb/issues/4)) ([6749da9](https://github.com/kapetacom/sdk-nodejs-nosql-mongodb/commit/6749da933cd5c8a67eb5f2884ccac32f6114b846))
7+
18
## [1.0.1](https://github.com/kapetacom/sdk-nodejs-nosql-mongodb/compare/v1.0.0...v1.0.1) (2023-06-09)
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.0.1",
3+
"version": "1.1.0",
44
"description": "MongoDB NoSQL SDK for Kapeta",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)