[ci] release

This commit is contained in:
github-actions[bot] 2023-06-28 22:43:04 +00:00 committed by Dylan Piercey
parent d75ce52432
commit 608b757455
4 changed files with 8 additions and 7 deletions

View File

@ -1,5 +0,0 @@
---
"marko": patch
---
Fix issue where the `finish` event was not being invoked when rendering a Marko template with a mock writable that was not an event emitter

2
package-lock.json generated
View File

@ -10527,7 +10527,7 @@
"integrity": "sha512-uEDMMkBCJvjTqYMBnJNxn+neiS6a0rhybQNA9RaexGor1uvKjwyHA5VcbZMZEuqXhKUWbL+WNS7PhuZVZNB7pw=="
},
"packages/marko": {
"version": "5.27.0",
"version": "5.27.1",
"license": "MIT",
"dependencies": {
"@marko/compiler": "^5.29.0",

View File

@ -1,5 +1,11 @@
# Change Log
## 5.27.1
### Patch Changes
- [#1982](https://github.com/marko-js/marko/pull/1982) [`d75ce5243`](https://github.com/marko-js/marko/commit/d75ce52432470544611b758f1d97fe255b9747b4) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where the `finish` event was not being invoked when rendering a Marko template with a mock writable that was not an event emitter
## 5.27.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "marko",
"version": "5.27.0",
"version": "5.27.1",
"license": "MIT",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"dependencies": {