Skip to content

Commit b59a65a

Browse files
committed
chore(release): 8.0.0
1 parent 86dba51 commit b59a65a

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
## [8.0.0](https://github.com/gemini-testing/looks-same/compare/v7.3.0...v8.0.0) (2022-09-19)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* drop support of node versions less than 12
11+
* dropped old node-style callback interface support
12+
13+
### Features
14+
15+
* async-await interface ([b33a6f9](https://github.com/gemini-testing/looks-same/commit/b33a6f925701a3ed6cfe9479cf3d8ad290320be5))
16+
* increase supported node version up to 12 ([ae1e4b2](https://github.com/gemini-testing/looks-same/commit/ae1e4b265ee3f7af25e526256fdd4970b568ff7a))
17+
518
## [7.3.0](https://github.com/gemini-testing/looks-same/compare/v7.2.4...v7.3.0) (2021-02-03)
619

720

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