Skip to content

Commit

Permalink
chore(master): release 1.0.0 (#62)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
korpobot[bot] committed Aug 3, 2024
1 parent f995297 commit ec51bdd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.

## [1.0.0](https://github.com/phaux/node-ffmpeg-stream/compare/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](https://github.com/phaux/node-ffmpeg-stream/issues/63)) ([af04d72](https://github.com/phaux/node-ffmpeg-stream/commit/af04d723ec7808a861f24997c5b917287351ceaa))


### Miscellaneous Chores

* rewrite to vanilla JS ([#61](https://github.com/phaux/node-ffmpeg-stream/issues/61)) ([135e9fd](https://github.com/phaux/node-ffmpeg-stream/commit/135e9fd09fd53bed641992003ec3e454287d4c4b))

## [0.7.0](https://github.com/phaux/node-ffmpeg-stream/compare/v0.6.0...v0.7.0) (2020-11-13)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffmpeg-stream",
"version": "0.7.0",
"version": "1.0.0",
"description": "Node bindings to ffmpeg command, exposing stream based API",
"author": "phaux",
"repository": "phaux/node-ffmpeg-stream",
Expand Down

0 comments on commit ec51bdd

Please sign in to comment.