Skip to content

Commit 3e28f39

Browse files
authored
chore: release 0.10.2 (#91)
1 parent af9d775 commit 3e28f39

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
### [0.10.2](https://www.github.com/zakodium/adonis-mongodb/compare/v0.10.1...v0.10.2) (2021-07-15)
4+
5+
6+
### Bug Fixes
7+
8+
* correctly compute ModelAttributes type ([af9d775](https://www.github.com/zakodium/adonis-mongodb/commit/af9d775df7f1e655f27eeaf5e91ef8705d52a623))
9+
* make `id` reference the type of `_id` ([8148481](https://www.github.com/zakodium/adonis-mongodb/commit/8148481b230e944aad5c99505a14ba496f9c4c41))
10+
311
### [0.10.1](https://www.github.com/zakodium/adonis-mongodb/compare/v0.10.0...v0.10.1) (2021-07-14)
412

513

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