Skip to content

Commit c167671

Browse files
authored
chore: release 0.10.1 (#88)
1 parent d57f0d8 commit c167671

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.10.1](https://www.github.com/zakodium/adonis-mongodb/compare/v0.10.0...v0.10.1) (2021-07-14)
4+
5+
6+
### Bug Fixes
7+
8+
* update mongodb to 4.0.0 and test on MongDB 5.0 too ([#87](https://www.github.com/zakodium/adonis-mongodb/issues/87)) ([d57f0d8](https://www.github.com/zakodium/adonis-mongodb/commit/d57f0d8030db56f6425a67940fd2b8f28f4203f5))
9+
310
## [0.10.0](https://www.github.com/zakodium/adonis-mongodb/compare/v0.9.1...v0.10.0) (2021-07-14)
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.10.0",
3+
"version": "0.10.1",
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)