diff --git a/packages/conditor/CHANGELOG.md b/packages/conditor/CHANGELOG.md index 82f4b5a9..429ab7e3 100644 --- a/packages/conditor/CHANGELOG.md +++ b/packages/conditor/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.12.2](https://github.com/Inist-CNRS/ezs/compare/@ezs/conditor@2.12.1...@ezs/conditor@2.12.2) (2024-08-02) + +**Note:** Version bump only for package @ezs/conditor + + + + + ## [2.12.1](https://github.com/Inist-CNRS/ezs/compare/@ezs/conditor@2.12.0...@ezs/conditor@2.12.1) (2024-07-04) **Note:** Version bump only for package @ezs/conditor diff --git a/packages/conditor/package.json b/packages/conditor/package.json index 727fa5f1..76b8a868 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.12.1", + "version": "2.12.2", "author": "François Parmentier ", "bin": { "affAlign": "./bin/affAlign.js", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d6a662a7..718b4d87 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.10.3](https://github.com/Inist-CNRS/ezs/compare/@ezs/core@3.10.2...@ezs/core@3.10.3) (2024-08-02) + +**Note:** Version bump only for package @ezs/core + + + + + ## [3.10.2](https://github.com/Inist-CNRS/ezs/compare/@ezs/core@3.10.1...@ezs/core@3.10.2) (2024-07-04) **Note:** Version bump only for package @ezs/core diff --git a/packages/core/package.json b/packages/core/package.json index 80b9f6fe..2afe6013 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.10.2", + "version": "3.10.3", "author": "Nicolas Thouvenin ", "bin": { "ezs": "./bin/ezs"