Skip to content

Commit d992f0b

Browse files
committed
chore(release): v1.1.1
1 parent bc08321 commit d992f0b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
## v1.1.1
6+
7+
[compare changes](https://github.com/unjs/ohash/compare/v1.1.0...v1.1.1)
8+
9+
10+
### 💅 Refactors
11+
12+
- Expose `diff` function types ([bc08321](https://github.com/unjs/ohash/commit/bc08321))
13+
14+
### ❤️ Contributors
15+
16+
- Pooya Parsa ([@pi0](http://github.com/pi0))
17+
518
## v1.1.0
619

720
[compare changes](https://github.com/unjs/ohash/compare/v1.0.0...v1.1.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ohash",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Super fast hashing library based on murmurhash3 written in Vanilla JS",
55
"repository": "unjs/ohash",
66
"license": "MIT",

0 commit comments

Comments
 (0)