[ci] release

This commit is contained in:
github-actions[bot] 2025-12-15 15:43:26 +00:00 committed by Dylan Piercey
parent afaefb6791
commit 66b98231db
4 changed files with 8 additions and 7 deletions

View File

@ -1,5 +0,0 @@
---
"marko": patch
---
Fix script tag types for class/tags interop.

2
package-lock.json generated
View File

@ -10564,7 +10564,7 @@
},
"packages/runtime-class": {
"name": "marko",
"version": "5.38.2",
"version": "5.38.3",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.28.2",

View File

@ -1,5 +1,11 @@
# Change Log
## 5.38.3
### Patch Changes
- [#3005](https://github.com/marko-js/marko/pull/3005) [`afaefb6`](https://github.com/marko-js/marko/commit/afaefb6791acd3e9768793e7615908b25382b7fb) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix script tag types for class/tags interop.
## 5.38.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "marko",
"version": "5.38.2",
"version": "5.38.3",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"keywords": [
"front-end",