We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4681e21 commit 3a952c1Copy full SHA for 3a952c1
2 files changed
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+## [3.1.3](https://github.com/sourcefuse/loopback4-audit-log/compare/v3.1.2...v3.1.3) (2022-09-09)
2
+
3
## [3.1.2](https://github.com/sourcefuse/loopback4-audit-log/compare/v3.1.1...v3.1.2) (2022-06-24)
4
5
package.json
@@ -1,6 +1,6 @@
{
"name": "@sourceloop/audit-log",
- "version": "3.1.2",
+ "version": "3.1.3",
"description": "Audit Log extension",
"keywords": [
6
"loopback-extension",
@@ -76,10 +76,10 @@
76
"typescript": "~4.7.4"
77
},
78
"overrides": {
79
- "publishConfig": {
80
- "registry": "https://registry.npmjs.org/"
81
- }
82
-},
+ "publishConfig": {
+ "registry": "https://registry.npmjs.org/"
+ }
+ },
83
"config": {
84
"commitizen": {
85
"path": "./node_modules/cz-customizable"
0 commit comments