Skip to content

Commit 3b98625

Browse files
committed
chore(release): 0.3.7
1 parent c972a7d commit 3b98625

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ All notable changes to this project will be documented in this file.
66
Changes preceding version 0.2.0 are not included in the changelog.
77
:::
88

9+
## [0.3.7](https://github.com/buzz/mediainfo.js/compare/v0.3.6...v0.3.7) (2026-01-18)
10+
11+
12+
### Features
13+
14+
* replace embind with extern "C" ABI and adopt size-first WASM pipeline ([c6b843d](https://github.com/buzz/mediainfo.js/commit/c6b843df517bbcf139f1d661a8396a966f17dff1))
15+
16+
17+
### Bug Fixes
18+
19+
* **examples:** use Vite asset pipeline over `vite-plugin-static-copy` ([26159f6](https://github.com/buzz/mediainfo.js/commit/26159f61828e6b5c0ae92035114aedd83883e19e)), closes [#183](https://github.com/buzz/mediainfo.js/issues/183)
20+
21+
22+
### Upgrades
23+
24+
* **deps:** upgrade libmediainfo to v25.10 ([1442871](https://github.com/buzz/mediainfo.js/commit/14428713a6b35b60752140d55293d1c11926e1b7))
25+
926
## [0.3.6](https://github.com/buzz/mediainfo.js/compare/v0.3.5...v0.3.6) (2025-08-31)
1027

1128

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mediainfo.js",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"description": "Emscripten port of MediaInfoLib displays information about video and audio files.",
55
"author": "buzz",
66
"repository": {

0 commit comments

Comments
 (0)