From 26747cfe7a5cba27c541607a5b03fc92d2551615 Mon Sep 17 00:00:00 2001 From: Nicolas Thouvenin Date: Thu, 26 Oct 2023 23:06:19 +0200 Subject: [PATCH] Publish - @ezs/core@3.2.1 --- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 8eadf47e..f8d26226 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.1](https://github.com/Inist-CNRS/ezs/compare/@ezs/core@3.2.0...@ezs/core@3.2.1) (2023-10-26) + + +### Bug Fixes + +* 🐛 attempts to fix lost body with proxy ([671030d](https://github.com/Inist-CNRS/ezs/commit/671030da34a32752bca1e551579fa559f1182588)) + + + + + # [3.2.0](https://github.com/Inist-CNRS/ezs/compare/@ezs/core@3.1.3...@ezs/core@3.2.0) (2023-10-25) diff --git a/packages/core/package.json b/packages/core/package.json index fd618e98..d8fee143 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@ezs/core", "description": "A wrapper to build Stream transformers with functional style", - "version": "3.2.0", + "version": "3.2.1", "author": "Nicolas Thouvenin ", "bin": { "ezs": "./bin/ezs"