Skip to content

Commit b4e2f4c

Browse files
committed
chore(release): v2.0.11
1 parent 3b225de commit b4e2f4c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v2.0.11
6+
7+
[compare changes](https://github.com/unjs/ohash/compare/v2.0.10...v2.0.11)
8+
9+
### 🩹 Fixes
10+
11+
- **serialize:** Class name collision with globalThis ([#138](https://github.com/unjs/ohash/pull/138))
12+
- **serialize:** Allow `input.toJSON()` to return any type ([#135](https://github.com/unjs/ohash/pull/135))
13+
- **serialize:** Map serialization with object keys ([#139](https://github.com/unjs/ohash/pull/139))
14+
15+
### ❤️ Contributors
16+
17+
- Balázs Németh ([@zsilbi](https://github.com/zsilbi))
18+
519
## v2.0.10
620

721
[compare changes](https://github.com/unjs/ohash/compare/v2.0.9...v2.0.10)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ohash",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"description": "Simple object hashing, serialization and comparison utils.",
55
"repository": "unjs/ohash",
66
"license": "MIT",

0 commit comments

Comments
 (0)