From aa7d0b0778a2a7c75233a2f245f5a84516061aa0 Mon Sep 17 00:00:00 2001 From: lambda Date: Sat, 16 Mar 2024 16:45:52 +0300 Subject: [PATCH] chore(version): 0.3.3 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3442911..56a068f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## 0.3.3 - 2024-03-16 +#### Bug Fixes +- fix events data passing into functions - (ef15edf) - lambda + +- - - + ## 0.3.2 - 2024-01-27 #### Bug Fixes - fix error with arg destruction - (407e69c) - lambda