Skip to content

Commit

Permalink
docs: update changelog #152
Browse files Browse the repository at this point in the history
  • Loading branch information
4lessandrodev committed May 2, 2024
1 parent 6889c00 commit d81d0e5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ All notable changes to this project will be documented in this file.
---


### [1.23.1] - 2024-05-02

#### Fix

- Fix: Improved return typings in the `get` method of the value object.
- Fix: Bug fix #152 when cloning an instance of a value object.
- Fix: Ensure that properties of an entity or aggregate will always be an object.
- Fix: Improved validations performed in the `isEqual` method of the value object.

---


### [1.23.0] - 2024-04-28

#### Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rich-domain",
"version": "1.23.0",
"version": "1.23.1",
"description": "This package provide utils file and interfaces to assistant build a complex application with domain driving design",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit d81d0e5

Please sign in to comment.