Skip to content

Commit a3432fe

Browse files
committed
Bump version to 0.8.0
1 parent b927a5f commit a3432fe

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## v0.8.0
4+
5+
### FEATURES
6+
7+
- Add `ExtendedCollection` with additional method `attachHook()` with the same functionality as `Mongol.attachDatabaseHook()`
8+
- Add `Mongol.collection()` and `Mongol.promisifiedCollection()` to fetch `ExtendedCollection`
9+
- `Mongol.attachDatabaseHook()` now returns the original collection object as `ExtendedCollection`
10+
311
## v0.7.3
412

513
### PATCHES

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"engines": {
1212
"node": ">=10"
1313
},
14-
"version": "0.7.3",
14+
"version": "0.8.0",
1515
"types": "dist/index.d.ts",
1616
"files": [
1717
"dist",
@@ -47,7 +47,8 @@
4747
"minimal",
4848
"minimalistic",
4949
"mongo",
50-
"mongodb"
50+
"mongodb",
51+
"helper"
5152
],
5253
"publishConfig": {
5354
"access": "public"

0 commit comments

Comments
 (0)