We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b114173 commit 6008e56Copy full SHA for 6008e56
.changeset/nasty-feet-pay.md
packages/html/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @kitajs/html
2
3
+## 4.2.8
4
+
5
+### Patch Changes
6
7
+- [#405](https://github.com/kitajs/html/pull/405)
8
+ [`b114173`](https://github.com/kitajs/html/commit/b114173dc068c0a469e9600063ca87d3f49f8a40)
9
+ Thanks [@Crenshinibon](https://github.com/Crenshinibon)! - Added `muted` video attribute
10
11
## 4.2.7
12
13
### Patch Changes
packages/html/package.json
@@ -1,6 +1,6 @@
{
"name": "@kitajs/html",
- "version": "4.2.7",
+ "version": "4.2.8",
"description": "Fast and type safe HTML templates using TypeScript.",
"homepage": "https://github.com/kitajs/html/tree/master/packages/html#readme",
"bugs": "https://github.com/kitajs/html/issues",
0 commit comments