Skip to content

Commit 8ad48af

Browse files
ci: release (#562)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bbf55fe commit 8ad48af

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

.changeset/four-hats-cross.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# mp4box
22

3+
## 2.4.1
4+
5+
### Patch Changes
6+
7+
- [`bbf55fe`](https://github.com/gpac/mp4box.js/commit/bbf55fe2958bba4f118eb5f45b064a9ca38453df) Thanks [@DenizUgur](https://github.com/DenizUgur)! - Fix import paths and add a test to verify the tarball is installable.
8+
9+
Release [v2.4.0](https://github.com/gpac/mp4box.js/releases/tag/v2.4.0) upgraded `tsdown`, which apparently changed the output extensions from `.js` to `.mjs` and from `.d.ts` to `.d.mts`. This made the package uninstallable because the import paths were not updated. This patch fixes those import paths and adds a test to verify that the tarball installs correctly.
10+
11+
fixes [#561](https://github.com/gpac/mp4box.js/issues/561)
12+
313
## 2.4.0
414

515
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mp4box",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "JavaScript version of GPAC's MP4Box tool",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)