Skip to content

Commit d2c09de

Browse files
Version Packages (#36)
1 parent 448929d commit d2c09de

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/forty-bikes-tickle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pretty-feet-go.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/ovr/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# ovr
22

3+
## 4.6.0
4+
5+
### Minor Changes
6+
7+
- 6935fc4: feat: Adds `Chunk.safe` method as an alias for `new Chunk(html, true)`.
8+
9+
### Patch Changes
10+
11+
- 6935fc4: perf: Use a time based strategy to yield back to the event loop instead of iterations for more consistent streaming for sync iterators. Other refactors and minor perf optimizations.
12+
313
## 4.5.1
414

515
### Patch Changes

packages/ovr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ovr",
33
"description": "Progressive HTML Rendering",
4-
"version": "4.5.1",
4+
"version": "4.6.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)