From 912354294e0d63950f0ef3fcdecf95e65be51fb8 Mon Sep 17 00:00:00 2001 From: Kiko Date: Wed, 13 Dec 2023 21:06:33 +0000 Subject: [PATCH] chore(release): 1.1.4 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b9a1eb..255f27e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.1.4 (2023-12-13) + ### 1.1.3 (2023-12-13) ### 1.1.2 (2023-12-12) diff --git a/package.json b/package.json index 6ab17c6..c170425 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/Kikobeats/tinyspawn", - "version": "1.1.3", + "version": "1.1.4", "main": "src/index.js", "author": { "email": "josefrancisco.verdu@gmail.com",