Skip to content

Commit

Permalink
chore(release): 2.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.3](v2.1.2...v2.1.3) (2021-08-14)

### Bug Fixes

* add missing option setters ([b919182](b919182))
* **parsers:** returning 0 when it should be undefined ([bc0c995](bc0c995))
  • Loading branch information
semantic-release-bot committed Aug 14, 2021
1 parent 812084b commit fba0cec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.1.3](https://github.com/mekwall/ffmpeggy/compare/v2.1.2...v2.1.3) (2021-08-14)


### Bug Fixes

* add missing option setters ([b919182](https://github.com/mekwall/ffmpeggy/commit/b919182da87e413951aef8b708cd271542c3b1e9))
* **parsers:** returning 0 when it should be undefined ([bc0c995](https://github.com/mekwall/ffmpeggy/commit/bc0c995cc736ece9164aa0d0736e6a74d742b591))

## [2.1.2](https://github.com/mekwall/ffmpeggy/compare/v2.1.1...v2.1.2) (2021-08-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffmpeggy",
"version": "2.1.2",
"version": "2.1.3",
"description": "A minimal yet powerful wrapper around ffmpeg and ffprobe",
"keywords": [
"ffmpeg",
Expand Down

0 comments on commit fba0cec

Please sign in to comment.