diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e13995..8de0043 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. +### 3.0.12 (2024-12-31) + + +### Bug Fixes + +* catch unsupported format errors ([5e8d2cd](https://github.com/microlinkhq/youtube-dl-exec/commit/5e8d2cd1f37f234403978eb304cb74589f93246f)) + ### 3.0.11 (2024-12-30) ### 3.0.10 (2024-09-30) diff --git a/package.json b/package.json index 094cb95..f1c4d6d 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://github.com/microlinkhq/youtube-dl-exec", - "version": "3.0.11", + "version": "3.0.12", "types": "src/index.d.ts", "main": "src/index.js", "author": {