diff --git a/CHANGELOG.md b/CHANGELOG.md index 11dbbad9..b3b3a4a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ All notable changes to this project will be documented in this file. --- +### [3.9.2] - 2024-05-28 + +### Fix + +- Fix: Email Value Object with + char as alias value + +--- + ### [3.9.1] - 2024-05-02 ### Fix diff --git a/package.json b/package.json index aa16d328..3015ce4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "types-ddd", - "version": "3.9.1", + "version": "3.9.2", "description": "This package provide utils file and interfaces to assistant build a complex application with domain driving design", "main": "dist/index.js", "types": "dist/index.d.ts",