Skip to content

Commit b7a02ac

Browse files
committed
chore: update changelog #449
1 parent b079cc6 commit b7a02ac

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/type-ddd/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ All notable changes to this project will be documented in this file.
88

99
## Released
1010

11+
### [0.0.4] - 2024-09-26
12+
13+
### Fix
14+
15+
- Corrected `"files"` in `package.json` to include `utils.js` and `utils.d.ts`, resolving module not found errors during compilation in email and password.
16+
17+
---
18+
1119
### [0.0.3] - 2024-05-31
1220

1321
### Fix

packages/type-ddd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@type-ddd/core",
33
"description": "This package provide utils file and interfaces to assistant build a complex application with domain driving design",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",

0 commit comments

Comments
 (0)