Skip to content

Commit 67ba442

Browse files
authored
chore: tags and version changes into main (#9123)
1 parent 553253c commit 67ba442

File tree

4 files changed

+26
-8
lines changed

4 files changed

+26
-8
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="8.23.6"></a>
2+
## [8.23.6](https://github.com/videojs/video.js/compare/v8.23.5...v8.23.6) (2025-11-14)
3+
4+
### Bug Fixes
5+
6+
* revert minor change to test trusted publishing workflow e2e sans npm token in release.yml ([f3de5f3](https://github.com/videojs/video.js/commit/f3de5f3))
7+
8+
<a name="8.23.5"></a>
9+
## [8.23.5](https://github.com/videojs/video.js/compare/v8.23.4...v8.23.5) (2025-11-14)
10+
11+
### Bug Fixes
12+
13+
* minor change to test trusted publishing workflow e2e ([836d8cb](https://github.com/videojs/video.js/commit/836d8cb))
14+
15+
### Documentation
16+
17+
* Clarify copyright and project stewardship ([#9104](https://github.com/videojs/video.js/issues/9104)) ([20f8d76](https://github.com/videojs/video.js/commit/20f8d76))
18+
119
<a name="8.23.4"></a>
220
## [8.23.4](https://github.com/videojs/video.js/compare/v8.23.3...v8.23.4) (2025-08-01)
321

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Video.js was started in May 2010 and since then:
3030
Thanks to the awesome folks over at [Fastly][fastly], there's a free, CDN hosted version of Video.js that anyone can use. Add these tags to your document's `<head>`:
3131

3232
```html
33-
<link href="//vjs.zencdn.net/8.23.4/video-js.min.css" rel="stylesheet">
34-
<script src="//vjs.zencdn.net/8.23.4/video.min.js"></script>
33+
<link href="//vjs.zencdn.net/8.23.6/video-js.min.css" rel="stylesheet">
34+
<script src="//vjs.zencdn.net/8.23.6/video.min.js"></script>
3535
```
3636

3737
Alternatively, you can include Video.js by getting it from [npm](https://videojs.com/getting-started/#install-via-npm), downloading it from [GitHub releases](https://github.com/videojs/video.js/releases) or by including it via [unpkg](https://unpkg.com) or another JavaScript CDN, like CDNjs.
@@ -42,12 +42,12 @@ Alternatively, you can include Video.js by getting it from [npm](https://videojs
4242
<script src="https://unpkg.com/video.js/dist/video.min.js"></script>
4343

4444
<!-- unpkg : use a specific version of Video.js (change the version numbers as necessary) -->
45-
<link href="https://unpkg.com/video.js@8.23.4/dist/video-js.min.css" rel="stylesheet">
46-
<script src="https://unpkg.com/video.js@8.23.4/dist/video.min.js"></script>
45+
<link href="https://unpkg.com/video.js@8.23.6/dist/video-js.min.css" rel="stylesheet">
46+
<script src="https://unpkg.com/video.js@8.23.6/dist/video.min.js"></script>
4747

4848
<!-- cdnjs : use a specific version of Video.js (change the version numbers as necessary) -->
49-
<link href="https://cdnjs.cloudflare.com/ajax/libs/video.js/8.23.4/video-js.min.css" rel="stylesheet">
50-
<script src="https://cdnjs.cloudflare.com/ajax/libs/video.js/8.23.4/video.min.js"></script>
49+
<link href="https://cdnjs.cloudflare.com/ajax/libs/video.js/8.23.6/video-js.min.css" rel="stylesheet">
50+
<script src="https://cdnjs.cloudflare.com/ajax/libs/video.js/8.23.6/video.min.js"></script>
5151
```
5252

5353
Next, using Video.js is as simple as creating a `<video>` element, but with an additional `data-setup` attribute. At a minimum, this attribute must have a value of `'{}'`, but it can include any Video.js [options][options] - just make sure it contains valid JSON!

package-lock.json

Lines changed: 1 addition & 1 deletion
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,7 +1,7 @@
11
{
22
"name": "video.js",
33
"description": "An HTML5 video player that supports HLS and DASH with a common API and skin.",
4-
"version": "8.23.4",
4+
"version": "8.23.6",
55
"main": "./dist/video.cjs.js",
66
"module": "./dist/video.es.js",
77
"style": "./dist/video-js.css",

0 commit comments

Comments
 (0)