Skip to content

Commit f9b33eb

Browse files
Version Packages (#103)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e46f4c8 commit f9b33eb

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/afraid-rats-sit.md

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

.changeset/sweet-jeans-check.md

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# devalue changelog
22

3+
## 5.2.1
4+
5+
### Patch Changes
6+
7+
- e46f4c8: fix: handle repeated array buffers and subarrays
8+
- 2dfa504: fix: handle custom classes with null proto as pojo
9+
310
## 5.2.0
411

512
- Handle custom classes with null proto as pojo ([#95](https://github.com/sveltejs/devalue/pull/95))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "devalue",
33
"description": "Gets the job done when JSON.stringify can't",
4-
"version": "5.2.0",
4+
"version": "5.2.1",
55
"repository": "Rich-Harris/devalue",
66
"sideEffects": false,
77
"exports": {

0 commit comments

Comments
 (0)