From b9399bce8fd980e6e59cf740bee3cd3fe66c3eae Mon Sep 17 00:00:00 2001 From: Roman Kuznetsov Date: Mon, 21 Nov 2022 12:14:28 +0300 Subject: [PATCH] chore(release): 8.1.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 a182d40..b3a9d73 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.1.0](https://github.com/gemini-testing/looks-same/compare/v8.0.0...v8.1.0) (2022-11-21) + + +### Features + +* add different files format support ([d32441a](https://github.com/gemini-testing/looks-same/commit/d32441a31cfa1d7f5ab0cf21663c01e8bad4e87f)) + ## [8.0.1](https://github.com/gemini-testing/looks-same/compare/v8.0.0...v8.0.1) (2022-09-22) diff --git a/package-lock.json b/package-lock.json index de00140..73bbc40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "looks-same", - "version": "8.0.1", + "version": "8.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 5afc6fb..a61b81e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "looks-same", - "version": "8.0.1", + "version": "8.1.0", "description": "Pure node.js library for comparing PNG-images, taking into account human color perception.", "main": "index.js", "types": "index.d.ts",