Skip to content

Commit 0f7abf8

Browse files
authored
chore(main): release 0.19.0 (#161)
1 parent 721fe35 commit 0f7abf8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.19.0](https://github.com/zakodium/adonis-mongodb/compare/v0.18.1...v0.19.0) (2024-06-17)
4+
5+
6+
### Features
7+
8+
* **Connection:** add an observer api on transaction ([#160](https://github.com/zakodium/adonis-mongodb/issues/160)) ([721fe35](https://github.com/zakodium/adonis-mongodb/commit/721fe354103fc53277d9fef1c92e5835fd3a22b8))
9+
310
## [0.18.1](https://github.com/zakodium/adonis-mongodb/compare/v0.18.0...v0.18.1) (2023-11-10)
411

512

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.18.1",
3+
"version": "0.19.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)