From 635a3a7043792f839b31d769104dc50b5568414b Mon Sep 17 00:00:00 2001 From: DudaGod Date: Tue, 31 Oct 2023 16:24:05 +0300 Subject: [PATCH] chore(release): 9.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2fcf30..e7e5ab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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. +## [9.0.0](https://github.com/gemini-testing/looks-same/compare/v8.2.4...v9.0.0) (2023-10-31) + + +### ⚠ BREAKING CHANGES + +* node versions less than 18.0.0 are no longer supported + +### Features + +* drop node versions less than 18 ([1f0097c](https://github.com/gemini-testing/looks-same/commit/1f0097ca7e29e11ba19b82a821c726171505b446)) + + +### Bug Fixes + +* run linters ([9d839dd](https://github.com/gemini-testing/looks-same/commit/9d839dd016ac221e03264b2540150ab317c6c290)) +* update sharp to fix CVE-2023-4863 ([9b3a0a1](https://github.com/gemini-testing/looks-same/commit/9b3a0a109f3676a0ea00ba1a0b16e1756a5e6bd1)) + ### [8.2.4](https://github.com/gemini-testing/looks-same/compare/v8.2.3...v8.2.4) (2023-10-11) diff --git a/package-lock.json b/package-lock.json index a2e0e78..3795219 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "looks-same", - "version": "8.2.4", + "version": "9.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 6bdc0b6..2e0806c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "looks-same", - "version": "8.2.4", + "version": "9.0.0", "description": "Pure node.js library for comparing PNG-images, taking into account human color perception.", "main": "index.js", "types": "index.d.ts",