Skip to content

Commit 23431de

Browse files
committed
chore(release): v1.1.2
1 parent 52830c8 commit 23431de

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.2
6+
7+
[compare changes](https://github.com/unjs/ohash/compare/v1.1.1...v1.1.2)
8+
9+
10+
### 🩹 Fixes
11+
12+
- **objectHash:** Serialize `boolean` as `bool` ([186e719](https://github.com/unjs/ohash/commit/186e719))
13+
14+
### ✅ Tests
15+
16+
- Update snapshots ([52830c8](https://github.com/unjs/ohash/commit/52830c8))
17+
18+
### ❤️ Contributors
19+
20+
- Pooya Parsa ([@pi0](http://github.com/pi0))
21+
522
## v1.1.1
623

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

package.json

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