Skip to content

Commit 51184c3

Browse files
chore(release): 2.13.0 [skip ci]
1 parent 7327643 commit 51184c3

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [2.13.0](https://github.com/sanity-io/sanity-plugin-mux-input/compare/v2.12.1...v2.13.0) (2026-01-15)
9+
10+
### Features
11+
12+
- add file size and duration validation ([#454](https://github.com/sanity-io/sanity-plugin-mux-input/issues/454)) ([0a0b353](https://github.com/sanity-io/sanity-plugin-mux-input/commit/0a0b353efb25a16a9a3c156157e4126a6afc6bac))
13+
- Add support for configuring HLS.js options ([#463](https://github.com/sanity-io/sanity-plugin-mux-input/issues/463)) ([7327643](https://github.com/sanity-io/sanity-plugin-mux-input/commit/7327643063c54a1cbc716e124d5f22250b969db3))
14+
- configure mime/type option ([#453](https://github.com/sanity-io/sanity-plugin-mux-input/issues/453)) ([7804a9b](https://github.com/sanity-io/sanity-plugin-mux-input/commit/7804a9b5f34fa17df888f2b4f7a27e611453d2ce))
15+
816
## [2.12.1](https://github.com/sanity-io/sanity-plugin-mux-input/compare/v2.12.0...v2.12.1) (2025-12-18)
917

1018
### Bug Fixes

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Sanity.io
3+
Copyright (c) 2026 Sanity.io
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sanity-plugin-mux-input",
3-
"version": "2.12.1",
3+
"version": "2.13.0",
44
"description": "An input component that integrates Sanity Studio with Mux video encoding/hosting service.",
55
"keywords": [
66
"sanity",

0 commit comments

Comments
 (0)