Skip to content

Commit 5052cf4

Browse files
chore(release): 5.2.0 semantic
1 parent 277142d commit 5052cf4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [5.2.0](https://github.com/sourcefuse/loopback4-soft-delete/compare/v5.1.1...v5.2.0) (2022-07-21)
2+
3+
4+
### Bug Fixes
5+
6+
* **repository): fix(repository:** fixed entitytoremove=null with mongodb ([#48](https://github.com/sourcefuse/loopback4-soft-delete/issues/48)) ([277142d](https://github.com/sourcefuse/loopback4-soft-delete/commit/277142d65e476ee1d3db0559dffc61e772e34ad9))
7+
8+
9+
### Features
10+
11+
* **entity:** add mixin for SoftDeleteEntity and DefaultCrudRepository ([#80](https://github.com/sourcefuse/loopback4-soft-delete/issues/80)) ([4cf6b9c](https://github.com/sourcefuse/loopback4-soft-delete/commit/4cf6b9c6254d508f6bbf564815b9cad6dc8c522f))
12+
113
## [5.1.1](https://github.com/sourcefuse/loopback4-soft-delete/compare/v5.1.0...v5.1.1) (2022-06-21)
214

315
# [5.1.0](https://github.com/sourcefuse/loopback4-soft-delete/compare/v5.0.4...v5.1.0) (2022-05-25)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback4-soft-delete",
3-
"version": "5.1.1",
3+
"version": "5.2.0",
44
"author": "Sourcefuse",
55
"description": "A loopback-next extension for soft delete feature",
66
"keywords": [

0 commit comments

Comments
 (0)