From d05a8d93dac54bce2de7b4b66f165dee994ba5fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:28:47 +0000 Subject: [PATCH] chore(main): release 7.1.2 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 8f3d26cf..cb860d70 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{".":"7.1.1"} \ No newline at end of file +{".":"7.1.2"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ec9fcadf..fc36a3ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [7.1.2](https://github.com/Fdawgs/node-unrtf/compare/v7.1.1...v7.1.2) (2026-07-20) + + +### Bug fixes + +* **index:** decode child stdout/stderr as one contiguous buffer ([#605](https://github.com/Fdawgs/node-unrtf/issues/605)) ([65fa151](https://github.com/Fdawgs/node-unrtf/commit/65fa151eb1c3e4f47dac0be1d1af6a038f7bcb2b)) + + +### Improvements + +* **index:** cache child process options ([#606](https://github.com/Fdawgs/node-unrtf/issues/606)) ([a404629](https://github.com/Fdawgs/node-unrtf/commit/a4046290e1f6ecef5972059409b9ff046546e2c0)) + ## [7.1.1](https://github.com/Fdawgs/node-unrtf/compare/v7.1.0...v7.1.1) (2026-07-14) diff --git a/package.json b/package.json index c15afafc..002b89a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-unrtf", - "version": "7.1.1", + "version": "7.1.2", "description": "Asynchronous Node.js wrapper for the UnRTF conversion utility", "keywords": [ "async",