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",