[ci] release (#1812)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-06-20 14:23:09 -07:00 committed by GitHub
parent 49ef9801b5
commit 0509a85c73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 7 deletions

View File

@ -1,5 +0,0 @@
---
"@marko/compiler": patch
---
Upgrade htmljs-parser to improve source location information.

2
package-lock.json generated
View File

@ -9886,7 +9886,7 @@
},
"packages/compiler": {
"name": "@marko/compiler",
"version": "5.21.4",
"version": "5.21.5",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.16.0",

View File

@ -1,5 +1,11 @@
# Change Log
## 5.21.5
### Patch Changes
- [#1811](https://github.com/marko-js/marko/pull/1811) [`49ef9801b`](https://github.com/marko-js/marko/commit/49ef9801b506ea6b7eafcb46e759a3463b0efd3d) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Upgrade htmljs-parser to improve source location information.
## 5.21.4
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@marko/compiler",
"description": "Marko template to JS compiler.",
"version": "5.21.4",
"version": "5.21.5",
"author": "Dylan Piercey <dpiercey@ebay.com>",
"bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
"dependencies": {