Skip to content

Commit 5371691

Browse files
committed
chore: publish release
- @sourceloop/[email protected] - @sourceloop/[email protected]
1 parent d6b9cc9 commit 5371691

File tree

5 files changed

+22
-6
lines changed

5 files changed

+22
-6
lines changed

package-lock.json

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

sandbox/audit-ms-example/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## <small>0.9.5 (2024-11-27)</small>
7+
8+
**Note:** Version bump only for package @sourceloop/audit-ms-example
9+
10+
11+
12+
13+
614
## <small>0.9.4 (2024-11-22)</small>
715

816
**Note:** Version bump only for package @sourceloop/audit-ms-example

sandbox/audit-ms-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceloop/audit-ms-example",
3-
"version": "0.9.4",
3+
"version": "0.9.5",
44
"description": "An audit microservice example.",
55
"keywords": [
66
"loopback-application",
@@ -60,7 +60,7 @@
6060
"@loopback/rest-explorer": "^7.0.2",
6161
"@loopback/service-proxy": "^7.0.2",
6262
"@sourceloop/audit-log": "^8.0.2",
63-
"@sourceloop/audit-service": "^14.3.0",
63+
"@sourceloop/audit-service": "^14.3.1",
6464
"@sourceloop/core": "^14.2.3",
6565
"ajv": "^8.11.0",
6666
"ajv-errors": "^3.0.0",

services/audit-service/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## <small>14.3.1 (2024-11-27)</small>
7+
8+
* fix(audit-service): fix types version export (#2219) ([d6b9cc9](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/d6b9cc9)), closes [#2219](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2219) [#2088](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2088)
9+
10+
11+
12+
13+
614
## 14.3.0 (2024-11-22)
715

816
* feat(all-services): Automate Migration Execution on Installation with Optional MySQL or PostgreSQL M ([8b066bb](https://github.com/sourcefuse/loopback4-microservice-catalog/commit/8b066bb)), closes [#2209](https://github.com/sourcefuse/loopback4-microservice-catalog/issues/2209)

services/audit-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceloop/audit-service",
3-
"version": "14.3.0",
3+
"version": "14.3.1",
44
"description": "Audit logging Microservice.",
55
"keywords": [
66
"loopback-extension",

0 commit comments

Comments
 (0)