diff --git a/CHANGELOG.md b/CHANGELOG.md index 147bda1..b248cd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.39.2](https://github.com/forkbombeu/ncr/compare/v1.39.1...v1.39.2) (2024-10-24) + + +### Bug Fixes + +* correct order of in which response status and headers are written ([#381](https://github.com/forkbombeu/ncr/issues/381)) ([80e6f18](https://github.com/forkbombeu/ncr/commit/80e6f1840d7190f65edc0f106e61f24bb728a369)) + ## [1.39.1](https://github.com/forkbombeu/ncr/compare/v1.39.0...v1.39.1) (2024-10-22) diff --git a/package.json b/package.json index 1c8477c..a5cceac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ncr", - "version": "1.39.1", + "version": "1.39.2", "description": "No code REST API server based on zencode natural language smart contracts", "repository": "https://github.com/forkbombeu/ncr", "author": {