From 51ef686d535af39decb89e7e8a7c1847cdd2a207 Mon Sep 17 00:00:00 2001 From: Roman Kuznetsov Date: Wed, 2 Aug 2023 14:50:41 +0300 Subject: [PATCH] chore(release): 8.2.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3a9d73..3f0dade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [8.2.0](https://github.com/gemini-testing/looks-same/compare/v8.1.0...v8.2.0) (2023-08-02) + + +### Features + +* calc equality and build diff simultaneously ([abbe9ed](https://github.com/gemini-testing/looks-same/commit/abbe9ed29f18d656317097053e74afe11bacda44)) + ## [8.1.0](https://github.com/gemini-testing/looks-same/compare/v8.0.0...v8.1.0) (2022-11-21) diff --git a/package-lock.json b/package-lock.json index 2aa1385..c270a60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "looks-same", - "version": "8.1.0", + "version": "8.2.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index a61b81e..6e1479b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "looks-same", - "version": "8.1.0", + "version": "8.2.0", "description": "Pure node.js library for comparing PNG-images, taking into account human color perception.", "main": "index.js", "types": "index.d.ts",