Skip to content

Commit 4cd5855

Browse files
authored
chore(main): release 0.17.0 (#152)
1 parent 92fa525 commit 4cd5855

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.17.0](https://github.com/zakodium/adonis-mongodb/compare/v0.16.0...v0.17.0) (2023-09-22)
4+
5+
6+
### Features
7+
8+
* add `useTransaction` to BaseModel ([#151](https://github.com/zakodium/adonis-mongodb/issues/151)) ([92fa525](https://github.com/zakodium/adonis-mongodb/commit/92fa5250a445117f0d3d87bb825a6b42d4839bef))
9+
* add `transaction` shortcut on Database
10+
* add support for transaction options on Connection
11+
312
## [0.16.0](https://github.com/zakodium/adonis-mongodb/compare/v0.15.0...v0.16.0) (2023-09-19)
413

514

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zakodium/adonis-mongodb",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "MongoDB provider for AdonisJs",
55
"main": "./lib/providers/MongodbProvider.js",
66
"types": "./lib/adonis-typings/index.d.ts",

0 commit comments

Comments
 (0)