From 8a9a9f2d3540261ea3bebdf8bcea1f0c443d55fa Mon Sep 17 00:00:00 2001 From: buzz Date: Thu, 11 Jul 2024 18:26:00 +0200 Subject: [PATCH] chore(release): 0.3.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88b784b..7a32e59 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.2](https://github.com/buzz/mediainfo.js/compare/v0.3.1...v0.3.2) (2024-07-11) + + +### Upgrades + +* **deps:** upgrade libmediainfo to v24.06 ([5de50e7](https://github.com/buzz/mediainfo.js/commit/5de50e7f0f9820151fda7cdeb3e78be677550ba4)) + ## [0.3.1](https://github.com/buzz/mediainfo.js/compare/v0.3.0...v0.3.1) (2024-06-01) diff --git a/package.json b/package.json index 7fd4216..8f94a75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mediainfo.js", - "version": "0.3.1", + "version": "0.3.2", "description": "Emscripten port of MediaInfoLib displays information about video and audio files.", "author": "buzz", "repository": {