diff --git a/CHANGELOG.md b/CHANGELOG.md index c86aad1..0e2093c 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.2.0](https://github.com/microlinkhq/youtube-dl-exec/compare/v2.1.11...v2.2.0) (2023-02-05) + + +### Features + +* normalize errors ([a630451](https://github.com/microlinkhq/youtube-dl-exec/commit/a630451a4282f6ed527db9140676f563e97ad284)) + ### 2.1.11 (2023-01-02) ### 2.1.10 (2022-11-17) diff --git a/package.json b/package.json index 92a1857..e6c87c3 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.1.11", + "version": "2.2.0", "main": "src/index.js", "author": { "email": "hello@microlink.io",