Skip to content

Commit fb29c5c

Browse files
committed
🔖 v0.10.3
1 parent 82fe382 commit fb29c5c

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.10.3] - 2026-05-19
9+
10+
## What's Changed
11+
12+
- ⚡ Speed up image comparison hot paths (#31)
13+
- 🛠️ Resume current npm release
14+
15+
**Full Changelog**: https://github.com/vizzly-testing/honeydiff/compare/v0.10.2...v0.10.3
16+
817
## [0.10.2] - 2026-05-19
918

1019
## What's Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vizzly-testing/honeydiff",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"description": "High-performance image diffing for Node.js - Native bindings to Honeydiff Rust library",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)