Skip to content

Commit 7bd8953

Browse files
authored
chore(main): release 0.16.0 (#150)
1 parent 546051d commit 7bd8953

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [0.16.0](https://github.com/zakodium/adonis-mongodb/compare/v0.15.0...v0.16.0) (2023-09-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* `mongodb` was updated to v6. See the changelog at https://github.com/mongodb/node-mongodb-native/releases/tag/v6.0.0
9+
10+
### Features
11+
12+
* update dependencies ([#149](https://github.com/zakodium/adonis-mongodb/issues/149)) ([546051d](https://github.com/zakodium/adonis-mongodb/commit/546051dbdc5d29132e34f9dfdb6034ea637d8b2c))
13+
314
## [0.15.0](https://github.com/zakodium/adonis-mongodb/compare/v0.14.4...v0.15.0) (2023-05-22)
415

516

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