Skip to content

Commit 6d2a38e

Browse files
github-actions[bot]daKmoR
authored andcommitted
Version Packages
1 parent ab5295e commit 6d2a38e

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.changeset/great-hounds-clean.md

-11
This file was deleted.

packages/rollup-plugin-html/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @web/rollup-plugin-html
22

3+
## 1.11.0
4+
5+
### Minor Changes
6+
7+
- ab5295e9: Detect `<source src="*">` tags as assets which means videos get copied and hashed.
8+
9+
```html
10+
<video controls>
11+
<source src="./my-video.mp4" type="video/mp4" />
12+
</video>
13+
```
14+
315
## 1.10.3
416

517
### Patch Changes

packages/rollup-plugin-html/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web/rollup-plugin-html",
3-
"version": "1.10.3",
3+
"version": "1.11.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)