From 17f0dfc7b238e6879494666c5c201af8a85390ab Mon Sep 17 00:00:00 2001 From: Kiko Date: Tue, 30 Apr 2024 09:08:10 +0000 Subject: [PATCH] chore(release): 1.2.9 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6940f6..cccd907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 1.2.9 (2024-04-30) + + +### Bug Fixes + +* expose kill, ref & unref methods ([#11](https://github.com/microlinkhq/tinyspawn/issues/11)) ([ac424c0](https://github.com/microlinkhq/tinyspawn/commit/ac424c090f0c81cef4ed1f519821eddf3e33ab6a)), closes [#10](https://github.com/microlinkhq/tinyspawn/issues/10) + ### 1.2.8 (2024-04-30) ### 1.2.7 (2024-02-09) diff --git a/package.json b/package.json index 069660d..837ad66 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tinyspawn", "description": "tinyspawn is a minimalistic wrapper around child_process", "homepage": "https://github.com/microlinkhq/tinyspawn", - "version": "1.2.8", + "version": "1.2.9", "main": "src/index.js", "author": { "email": "hello@microlink.io",