Skip to content

Commit

Permalink
chore(release): v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 20, 2025
1 parent c2b8250 commit 94f5843
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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.

## v2.0.3

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

### 🔥 Performance

- Use node crypto `hash` when available ([#116](https://github.com/unjs/ohash/pull/116))

### 🩹 Fixes

- Workaround for stackblitz ([#117](https://github.com/unjs/ohash/pull/117))
- Remove trailing slash from arrays ([c2b8250](https://github.com/unjs/ohash/commit/c2b8250))

### 🏡 Chore

- Lint ([e12dd18](https://github.com/unjs/ohash/commit/e12dd18))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v2.0.2

[compare changes](https://github.com/unjs/ohash/compare/v2.0.1...v2.0.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ohash",
"version": "2.0.2",
"version": "2.0.3",
"description": "Simple object hashing, serialization and comparison utils.",
"repository": "unjs/ohash",
"license": "MIT",
Expand Down

0 comments on commit 94f5843

Please sign in to comment.