Skip to content

Commit d1c5d27

Browse files
Merge pull request #218 from 4lessandrodev/fix/user-name.vo
fix(utils): remove empty space from user-name
2 parents a691be4 + 6200344 commit d1c5d27

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

55
## Unreleased
66

7+
### 3.4.1 - 2023-01-03
8+
9+
### Fix
10+
11+
- user-name.value-object: remove empty spaces. By: [VinnyLima](https://github.com/VinnyLima)
12+
13+
---
714
### 3.4.0 - 2022-12-25
815

916
### Update

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "types-ddd",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
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",
@@ -10,6 +10,10 @@
1010
{
1111
"name": "Marko Zlatar",
1212
"url": "https://github.com/mark01zlatar"
13+
},
14+
{
15+
"name": "Paulo Vinicius",
16+
"url": "https://github.com/VinnyLima"
1317
}
1418
],
1519
"engines": {

0 commit comments

Comments
 (0)