Skip to content

Commit 0123839

Browse files
chore(release): 3.1.2 [skip ci]
## [3.1.2](v3.1.1...v3.1.2) (2025-06-24) ### Bug Fixes * **parsers:** handle N/A duration values to prevent NaN ([#711](#711)) ([934ecb8](934ecb8))
1 parent b742304 commit 0123839

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.1.2](https://github.com/mekwall/ffmpeggy/compare/v3.1.1...v3.1.2) (2025-06-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **parsers:** handle N/A duration values to prevent NaN ([#711](https://github.com/mekwall/ffmpeggy/issues/711)) ([934ecb8](https://github.com/mekwall/ffmpeggy/commit/934ecb8d115ff4b735a40f09dd9d8b222d1effba))
7+
18
## [3.1.1](https://github.com/mekwall/ffmpeggy/compare/v3.1.0...v3.1.1) (2025-06-24)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ffmpeggy",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"type": "module",
55
"description": "A minimal yet powerful wrapper around ffmpeg and ffprobe",
66
"keywords": [

0 commit comments

Comments
 (0)