Skip to content

Commit ec51bdd

Browse files
chore(master): release 1.0.0 (#62)
🤖 I have created a release *beep* *boop* --- ## [1.0.0](v0.7.0...v1.0.0) (2024-08-03) ### ⚠ BREAKING CHANGES * passing ffmpeg path via env var is not supported anymore * removed deprecated functions ### Features * pass custom ffmpeg path via argument ([#63](#63)) ([af04d72](af04d72)) ### Miscellaneous Chores * rewrite to vanilla JS ([#61](#61)) ([135e9fd](135e9fd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: korpobot[bot] <167005483+korpobot[bot]@users.noreply.github.com>
1 parent f995297 commit ec51bdd

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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+
## [1.0.0](https://github.com/phaux/node-ffmpeg-stream/compare/v0.7.0...v1.0.0) (2024-08-03)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* passing ffmpeg path via env var is not supported anymore
11+
* removed deprecated functions
12+
13+
### Features
14+
15+
* pass custom ffmpeg path via argument ([#63](https://github.com/phaux/node-ffmpeg-stream/issues/63)) ([af04d72](https://github.com/phaux/node-ffmpeg-stream/commit/af04d723ec7808a861f24997c5b917287351ceaa))
16+
17+
18+
### Miscellaneous Chores
19+
20+
* rewrite to vanilla JS ([#61](https://github.com/phaux/node-ffmpeg-stream/issues/61)) ([135e9fd](https://github.com/phaux/node-ffmpeg-stream/commit/135e9fd09fd53bed641992003ec3e454287d4c4b))
21+
522
## [0.7.0](https://github.com/phaux/node-ffmpeg-stream/compare/v0.6.0...v0.7.0) (2020-11-13)
623

724
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ffmpeg-stream",
3-
"version": "0.7.0",
3+
"version": "1.0.0",
44
"description": "Node bindings to ffmpeg command, exposing stream based API",
55
"author": "phaux",
66
"repository": "phaux/node-ffmpeg-stream",

0 commit comments

Comments
 (0)