Skip to content

Commit cb7ae94

Browse files
committed
1.0.4
1 parent 4d3a43d commit cb7ae94

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [v1.0.4]
2+
> November 5, 2025
3+
- Add option to popylate with { onlyDeleted: true } ([davidsierradz](https://github.com/davidsierradz)) [#169](https://github.com/dsanel/mongoose-delete/pull/169)
4+
- Add distinct method to the list of supported methods ([DevooKim](https://github.com/DevooKim)) [#149](https://github.com/dsanel/mongoose-delete/pull/149)
5+
- Setup GitHub action for tests
6+
- OS: `[ubuntu-22.04, ubuntu-24.04]`
7+
- Node: `[16, 18, 20, 22, 24]`
8+
- MongoDB: `['6.0', '7.0', '8.0']`
9+
110
## [v1.0.3]
211
> November 5, 2025
312
- Update `devDependencies`: `chai`, `mocha`, `nyc`

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongoose-delete",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Mongoose soft delete plugin",
55
"author": "Sanel Deljkic <[email protected]> (http://dsanel.github.io/)",
66
"main": "index.js",

0 commit comments

Comments
 (0)