From ed8987ce6dcbd4f2d2b1ab2a8895b256e5f17fac Mon Sep 17 00:00:00 2001 From: buzz Date: Wed, 13 Nov 2024 12:00:44 +0100 Subject: [PATCH] chore(release): 0.3.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a32e59..7f13c64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ All notable changes to this project will be documented in this file. Changes preceding version 0.2.0 are not included in the changelog. ::: +## [0.3.3](https://github.com/buzz/mediainfo.js/compare/v0.3.2...v0.3.3) (2024-11-13) + + +### Upgrades + +* **deps:** upgrade libmediainfo to v24.11 ([43512a4](https://github.com/buzz/mediainfo.js/commit/43512a4d958d20af971e3a77bcb90161bdc9420a)) + ## [0.3.2](https://github.com/buzz/mediainfo.js/compare/v0.3.1...v0.3.2) (2024-07-11) diff --git a/package.json b/package.json index e05cef6..6837d32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mediainfo.js", - "version": "0.3.2", + "version": "0.3.3", "description": "Emscripten port of MediaInfoLib displays information about video and audio files.", "author": "buzz", "repository": {