mirror of
https://github.com/marko-js/marko.git
synced 2026-02-01 16:07:13 +00:00
[ci] release
This commit is contained in:
parent
d75ce52432
commit
608b757455
@ -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
2
package-lock.json
generated
@ -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",
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user