Skip to content

Commit

Permalink
chore(release): 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 4, 2022
1 parent 098b1ec commit 58a0d67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

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.

### [0.1.5](https://github.com/unjs/ohash/compare/v0.1.4...v0.1.5) (2022-08-04)


### Features

* add `isEqual` ([098b1ec](https://github.com/unjs/ohash/commit/098b1ec82d858a740b719d278e24ebbc6a5aebef))

### [0.1.4](https://github.com/unjs/ohash/compare/v0.1.3...v0.1.4) (2022-07-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ohash",
"version": "0.1.4",
"version": "0.1.5",
"description": "Super fast hashing library based on murmurhash3 written in Vanilla JS",
"repository": "unjs/ohash",
"license": "MIT",
Expand Down

0 comments on commit 58a0d67

Please sign in to comment.