Skip to content

Commit 292ef20

Browse files
committed
chore(release): v1.1.4
1 parent 692ecdf commit 292ef20

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
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.4
6+
7+
[compare changes](https://github.com/unjs/ohash/compare/v1.1.3...v1.1.4)
8+
9+
### 🩹 Fixes
10+
11+
- **murmurHash:** Fix murmurHash3 implementation, add tests ([#83](https://github.com/unjs/ohash/pull/83))
12+
13+
### 📖 Documentation
14+
15+
- Improved and finalized jsdocs in exported functions ([#74](https://github.com/unjs/ohash/pull/74))
16+
17+
### 🏡 Chore
18+
19+
- Update badge ([#46](https://github.com/unjs/ohash/pull/46))
20+
- Update links in readme ([#59](https://github.com/unjs/ohash/pull/59))
21+
- Update repo ([e09027f](https://github.com/unjs/ohash/commit/e09027f))
22+
23+
### ❤️ Contributors
24+
25+
- Max ([@onmax](http://github.com/onmax))
26+
- Pooya Parsa ([@pi0](http://github.com/pi0))
27+
- Hexagon <[email protected]>
28+
- Estéban ([@Barbapapazes](http://github.com/Barbapapazes))
29+
- Luke Nelson <[email protected]>
30+
531
## v1.1.3
632

733
[compare changes](https://github.com/unjs/ohash/compare/v1.1.2...v1.1.3)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ohash",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
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)