Skip to content

Commit c3d5af3

Browse files
authored
chore: release 0.10.5 (#103)
1 parent 32edca2 commit c3d5af3

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.5](https://www.github.com/zakodium/adonis-mongodb/compare/v0.10.4...v0.10.5) (2021-09-01)
4+
5+
6+
### Bug Fixes
7+
8+
* update mongodb client to v4.1.1 ([#102](https://www.github.com/zakodium/adonis-mongodb/issues/102)) ([32edca2](https://www.github.com/zakodium/adonis-mongodb/commit/32edca2831d2eb21f77e312c3f2eaccf2bd64e71))
9+
310
### [0.10.4](https://www.github.com/zakodium/adonis-mongodb/compare/v0.10.3...v0.10.4) (2021-07-20)
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.4",
3+
"version": "0.10.5",
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)