We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0956d52 commit 696a634Copy full SHA for 696a634
CHANGELOG.md
@@ -10,6 +10,14 @@ All notable changes to this project will be documented in this file.
10
11
---
12
13
+### [3.9.2] - 2024-05-28
14
+
15
+### Fix
16
17
+- Fix: Email Value Object with + char as alias value
18
19
+---
20
21
### [3.9.1] - 2024-05-02
22
23
### Fix
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "types-ddd",
3
- "version": "3.9.1",
+ "version": "3.9.2",
4
"description": "This package provide utils file and interfaces to assistant build a complex application with domain driving design",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments