Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
touv committed May 17, 2024
1 parent 42b04e1 commit 7c3561a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/conditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@ezs/[email protected]) (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/[email protected]...@ezs/[email protected]) (2024-03-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/conditor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ezs/conditor",
"description": "ezs statements for Conditor",
"version": "2.11.0",
"version": "2.11.1",
"author": "François Parmentier <[email protected]>",
"bin": {
"affAlign": "./bin/affAlign.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@ezs/[email protected]) (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/[email protected]...@ezs/[email protected]) (2024-04-25)

**Note:** Version bump only for package @ezs/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"bin": {
"ezs": "./bin/ezs"
Expand Down

0 comments on commit 7c3561a

Please sign in to comment.