Skip to content

Commit a0dc38f

Browse files
committed
chore(release): 3.0.0
1 parent 0268eb8 commit a0dc38f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
## [3.0.0](https://github.com/microlinkhq/youtube-dl-exec/compare/v2.5.8...v3.0.0) (2024-04-12)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* rewrite the postinstall script (#192)
11+
12+
### Features
13+
14+
* rewrite the postinstall script ([#192](https://github.com/microlinkhq/youtube-dl-exec/issues/192)) ([0d69f1a](https://github.com/microlinkhq/youtube-dl-exec/commit/0d69f1a0d1a8b8b9c2b80e2aeef47ff050230afb))
15+
516
### 2.5.8 (2024-04-03)
617

718
### 2.5.7 (2024-02-08)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "youtube-dl-exec",
33
"description": "A simple Node.js wrapper for youtube-dl",
44
"homepage": "https://github.com/microlinkhq/youtube-dl-exec",
5-
"version": "2.5.8",
5+
"version": "3.0.0",
66
"types": "src/index.d.ts",
77
"main": "src/index.js",
88
"author": {

0 commit comments

Comments
 (0)