Skip to content

Commit bdba507

Browse files
committed
[docs] Release
1 parent 2d2989e commit bdba507

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

site/guides/15_releases.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,18 @@ highlighted features.
55

66
---
77

8+
# v6.2
9+
10+
## with-schema exports
11+
12+
This release changes the `package.json` exports slightly so that imports of both
13+
`/with-schema` and non-schema'd versions of the modules resolve to the same
14+
JavaScript file. This reduces bundle size for apps that use both schema and
15+
non-schema imports.
16+
817
# v6.1
918

10-
# In Summary
19+
## In Summary
1120

1221
- [A new Persister for Bun](#bun-sqlite)'s embedded SQLite database.
1322
- [Subset persistence](#subset-persistence) to load subsets of tables into a

site/home/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
</h2>
77
</section>
88

9-
<a href='/guides/releases/#v6-1'><em>NEW!</em> v6.1 release</a>
9+
<a href='/guides/releases/#v6-2'><em>NEW!</em> v6.2 release</a>
1010

11-
<span id="one-with">"The One With More New Stuff"!</span>
11+
<span id="one-with">"The One With New Stuff. TBA!"</span>
1212

1313
<a class='start' href='/guides/the-basics/getting-started/'>Get started</a>
1414

0 commit comments

Comments
 (0)