Skip to content

Commit 696a634

Browse files
committed
docs: update version
1 parent 0956d52 commit 696a634

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

1111
---
1212

13+
### [3.9.2] - 2024-05-28
14+
15+
### Fix
16+
17+
- Fix: Email Value Object with + char as alias value
18+
19+
---
20+
1321
### [3.9.1] - 2024-05-02
1422

1523
### Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "types-ddd",
3-
"version": "3.9.1",
3+
"version": "3.9.2",
44
"description": "This package provide utils file and interfaces to assistant build a complex application with domain driving design",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)