From 58a0d67ce9f3ed4b33526ea4c254a24e13fe290e Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 4 Aug 2022 12:45:56 +0200 Subject: [PATCH] chore(release): 0.1.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22bb421..34c2a8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 27a8f0e..a94c928 100644 --- a/package.json +++ b/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",