We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2ee26 commit 7fea742Copy full SHA for 7fea742
2 files changed
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+## [5.3.1](https://github.com/sourcefuse/loopback4-soft-delete/compare/v5.3.0...v5.3.1) (2022-09-09)
2
+
3
# [5.3.0](https://github.com/sourcefuse/loopback4-soft-delete/compare/v5.2.1...v5.3.0) (2022-09-05)
4
5
package.json
@@ -1,6 +1,6 @@
{
"name": "loopback4-soft-delete",
- "version": "5.3.0",
+ "version": "5.3.1",
"author": "Sourcefuse",
"description": "A loopback-next extension for soft delete feature",
6
"keywords": [
@@ -85,9 +85,9 @@
85
"typescript": "~4.7.4"
86
},
87
"overrides": {
88
- "publishConfig": {
89
- "registry": "https://registry.npmjs.org/"
90
- }
+ "publishConfig": {
+ "registry": "https://registry.npmjs.org/"
+ }
91
92
"dependencies": {
93
"@loopback/core": "^4.0.3",
0 commit comments