Skip to content

Commit 635a3a7

Browse files
committed
chore(release): 9.0.0
1 parent 1f0097c commit 635a3a7

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
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+
## [9.0.0](https://github.com/gemini-testing/looks-same/compare/v8.2.4...v9.0.0) (2023-10-31)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* node versions less than 18.0.0 are no longer supported
11+
12+
### Features
13+
14+
* drop node versions less than 18 ([1f0097c](https://github.com/gemini-testing/looks-same/commit/1f0097ca7e29e11ba19b82a821c726171505b446))
15+
16+
17+
### Bug Fixes
18+
19+
* run linters ([9d839dd](https://github.com/gemini-testing/looks-same/commit/9d839dd016ac221e03264b2540150ab317c6c290))
20+
* update sharp to fix CVE-2023-4863 ([9b3a0a1](https://github.com/gemini-testing/looks-same/commit/9b3a0a109f3676a0ea00ba1a0b16e1756a5e6bd1))
21+
522
### [8.2.4](https://github.com/gemini-testing/looks-same/compare/v8.2.3...v8.2.4) (2023-10-11)
623

724

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": "8.2.4",
3+
"version": "9.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)