diff --git a/packages/conditor/CHANGELOG.md b/packages/conditor/CHANGELOG.md index 2fe26e7b..442f14a2 100644 --- a/packages/conditor/CHANGELOG.md +++ b/packages/conditor/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. +## [2.11.1](https://github.com/Inist-CNRS/ezs/compare/@ezs/conditor@2.11.0...@ezs/conditor@2.11.1) (2024-05-17) + + +### Bug Fixes + +* 🐛 token too long in http headers ([6555054](https://github.com/Inist-CNRS/ezs/commit/6555054094edcdd86128df229c0d08f9b06b39bc)) + + + + + # [2.11.0](https://github.com/Inist-CNRS/ezs/compare/@ezs/conditor@2.10.8...@ezs/conditor@2.11.0) (2024-03-26) diff --git a/packages/conditor/package.json b/packages/conditor/package.json index 90e2bf0b..420226a5 100644 --- a/packages/conditor/package.json +++ b/packages/conditor/package.json @@ -1,7 +1,7 @@ { "name": "@ezs/conditor", "description": "ezs statements for Conditor", - "version": "2.11.0", + "version": "2.11.1", "author": "François Parmentier ", "bin": { "affAlign": "./bin/affAlign.js", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a8580b3f..61bcbd10 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.8.5](https://github.com/Inist-CNRS/ezs/compare/@ezs/core@3.8.4...@ezs/core@3.8.5) (2024-05-17) + + +### Bug Fixes + +* 🐛 avoid useless debug message ([a714970](https://github.com/Inist-CNRS/ezs/commit/a7149704ff2254f6ff6c4893aeca89a2a0945850)) +* 🐛 use specific debug message for each error ([503f2ab](https://github.com/Inist-CNRS/ezs/commit/503f2ab65a31ab818d418b59c8caf97df1190463)) + + + + + ## [3.8.4](https://github.com/Inist-CNRS/ezs/compare/@ezs/core@3.8.3...@ezs/core@3.8.4) (2024-04-25) **Note:** Version bump only for package @ezs/core diff --git a/packages/core/package.json b/packages/core/package.json index 67a17e90..712efad7 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.8.4", + "version": "3.8.5", "author": "Nicolas Thouvenin ", "bin": { "ezs": "./bin/ezs"