Skip to content

Commit 43d3b16

Browse files
committed
chore(release): v2.0.4
1 parent 76bd382 commit 43d3b16

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.4
6+
7+
[compare changes](https://github.com/unjs/ohash/compare/v2.0.3...v2.0.4)
8+
9+
### 🩹 Fixes
10+
11+
- Use `process.getBuiltinModule` to import fast hash ([#118](https://github.com/unjs/ohash/pull/118))
12+
13+
### 📦 Build
14+
15+
- Minify `dist/crypto/node` ([76bd382](https://github.com/unjs/ohash/commit/76bd382))
16+
17+
### ❤️ Contributors
18+
19+
- Pooya Parsa ([@pi0](http://github.com/pi0))
20+
521
## v2.0.3
622

723
[compare changes](https://github.com/unjs/ohash/compare/v2.0.2...v2.0.3)

package.json

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

0 commit comments

Comments
 (0)