From 17bbdfc8a3628c92f3bff2e216cf7161999d975e Mon Sep 17 00:00:00 2001 From: 4lessandrodev Date: Sat, 30 Nov 2024 01:56:47 -0300 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f67a92a..830581f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,15 @@ All notable changes to this project will be documented in this file. --- +### [1.24.1] - 2024-11-29 + +#### Fix + +- Fix event payload when contain "*" in pattern + +[issue](https://github.com/4lessandrodev/rich-domain/issues/199) + +--- ### [1.24.0] - 2024-11-28 diff --git a/package.json b/package.json index bf686a2..650d22e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rich-domain", - "version": "1.24.0", + "version": "1.24.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",