Skip to content

Commit 7e12fe8

Browse files
chore(release): 10.0.0
1 parent 07665fc commit 7e12fe8

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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+
## [10.0.0](https://github.com/gemini-testing/looks-same/compare/v8.2.4...v10.0.0) (2025-08-18)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* migrate sharp -> jsquash/png
11+
* node versions less than 18.0.0 are no longer supported
12+
13+
### Features
14+
15+
* drop node versions less than 18 ([1f0097c](https://github.com/gemini-testing/looks-same/commit/1f0097ca7e29e11ba19b82a821c726171505b446))
16+
17+
18+
### Bug Fixes
19+
20+
* remove async from index.d.ts ([59a6a1c](https://github.com/gemini-testing/looks-same/commit/59a6a1cd26455dd133d5da7aca1d569694e9ce17))
21+
* run linters ([9d839dd](https://github.com/gemini-testing/looks-same/commit/9d839dd016ac221e03264b2540150ab317c6c290))
22+
* update sharp to fix CVE-2023-4863 ([9b3a0a1](https://github.com/gemini-testing/looks-same/commit/9b3a0a109f3676a0ea00ba1a0b16e1756a5e6bd1))
23+
24+
25+
* migrate sharp -> jsquash/png ([89cf122](https://github.com/gemini-testing/looks-same/commit/89cf122eba475c07e8104d8c3ff911c9d8a7393b))
26+
527
### [9.0.1](https://github.com/gemini-testing/looks-same/compare/v9.0.0...v9.0.1) (2024-08-09)
628

729

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "looks-same",
3-
"version": "9.0.1",
3+
"version": "10.0.0",
44
"description": "Pure node.js library for comparing PNG-images, taking into account human color perception.",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)