Skip to content

Commit 678c0f5

Browse files
chore(release): 7.0.0 semantic
1 parent aaeb150 commit 678c0f5

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+
# [7.0.0](https://github.com/sourcefuse/loopback4-soft-delete/compare/v6.0.1...v7.0.0) (2022-11-16)
2+
3+
4+
### Features
5+
6+
* **repository:** add new method to provide user identifier for deletedbyid ([aaeb150](https://github.com/sourcefuse/loopback4-soft-delete/commit/aaeb15023056b61c7048311f40ab254ab261ad6b)), closes [#0](https://github.com/sourcefuse/loopback4-soft-delete/issues/0)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **repository:** change approach for custom identifier for deletedbyid
12+
113
## [6.0.1](https://github.com/sourcefuse/loopback4-soft-delete/compare/v6.0.0...v6.0.1) (2022-11-11)
214

315

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": "6.0.1",
3+
"version": "7.0.0",
44
"author": "Sourcefuse",
55
"description": "A loopback-next extension for soft delete feature",
66
"keywords": [

0 commit comments

Comments
 (0)