diff --git a/CHANGELOG.md b/CHANGELOG.md index a1dcbb0..42c8e0d 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. +## 2.4.0 (2023-03-03) + + +### Features + +* move preinstall command into a separate script ([#143](https://github.com/microlinkhq/youtube-dl-exec/issues/143)) ([54125f3](https://github.com/microlinkhq/youtube-dl-exec/commit/54125f32a105f7de16538e186ee1fc3f12144dc6)) + ### 2.3.1 (2023-02-27) diff --git a/package.json b/package.json index 3ebd6ea..5da6e02 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "youtube-dl-exec", "description": "A simple Node.js wrapper for youtube-dl", "homepage": "https://nicedoc.io/microlinkhq/youtube-dl-exec", - "version": "2.3.1", + "version": "2.4.0", "main": "src/index.js", "author": { "email": "hello@microlink.io",