Skip to content

Commit 8244a70

Browse files
committed
chore(@ddd-framework/core): release @ddd-framework/core v1.0.13
1 parent 5ec2894 commit 8244a70

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

lib/core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.0.13](https://github.com/rmolinamir/ddd-framework/compare/@ddd-framework/core-v1.0.12...${npm.name}-v1.0.13) (2024-12-22)
4+
5+
6+
### Features
7+
8+
* **transaction-manager:** the transactions are now capable of returning results ([5ec2894](https://github.com/rmolinamir/ddd-framework/commit/5ec289426abea4e07ee0adcb8f3f5feef296d4c3))
9+
10+
11+
### Bug Fixes
12+
13+
* **event sink:** removed potential memory leak ([dbd1f0f](https://github.com/rmolinamir/ddd-framework/commit/dbd1f0fa7491e577b531be479a068105966be1bd))
14+
315
## [1.0.12](https://github.com/rmolinamir/ddd-framework/compare/@ddd-framework/core-v1.0.11...${npm.name}-v1.0.12) (2024-12-22)
416

517

lib/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ddd-framework/core",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"private": false,
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)