Skip to content

Commit

Permalink
chore(release): 10.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DudaGod committed Mar 7, 2024
1 parent 11d9ffd commit 7104f81
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

## [10.0.0-rc.0](https://github.com/gemini-testing/looks-same/compare/v9.0.0...v10.0.0-rc.0) (2024-03-07)


### ⚠ BREAKING CHANGES

* node versions less than 18.17.0 are no longer supported

* drop node versions less than 18.17.0 ([402cfe0](https://github.com/gemini-testing/looks-same/commit/402cfe08b11796c86572cf6de454c8583792d461))

## [9.0.0](https://github.com/gemini-testing/looks-same/compare/v8.2.4...v9.0.0) (2023-10-31)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "looks-same",
"version": "9.0.0",
"version": "10.0.0-rc.0",
"description": "Pure node.js library for comparing PNG-images, taking into account human color perception.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 7104f81

Please sign in to comment.