From ec467a080ca443b64a119d5be56b1bcd51a848ea Mon Sep 17 00:00:00 2001 From: Alex J Burke Date: Wed, 12 May 2021 13:06:00 +0200 Subject: [PATCH] 0.10.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8516dc7..afe17b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### v0.10.0 (2021-05-12) + +- [Update the supported list of libraries with versions.](https://github.com/papandreou/impro/commit/a685fe5162a94496adcc53956b95c5cda262175a) ([Alex J Burke](mailto:alex@alexjeffburke.com)) +- [Bump svgfilter to 4.1.0.](https://github.com/papandreou/impro/commit/a664793ddd38d2141a73ba7d6e42fffd7141d181) ([Alex J Burke](mailto:alex@alexjeffburke.com)) +- [Statically define exports in the engines index file.](https://github.com/papandreou/impro/commit/2fb6b001f142342818a3d4ef69babbd5879fdcaa) ([Alex J Burke](mailto:alex@alexjeffburke.com)) +- [Bump memoizesync to 1.1.1 and set caret version.](https://github.com/papandreou/impro/commit/7c09e7cde3b9aed7d0b0a0f8bc5d3b37bd93ff13) ([Alex J Burke](mailto:alex@alexjeffburke.com)) +- [Bump jpegtran to 2.0.0.](https://github.com/papandreou/impro/commit/e625663633de21d41b5eed14d141c425bfaeac4e) ([Alex J Burke](mailto:alex@alexjeffburke.com)) +- [+21 more](https://github.com/papandreou/impro/compare/v0.9.0...v0.10.0) + ### v0.9.0 (2021-01-20) - [Bump timeout in an attempt to fix CI.](https://github.com/papandreou/impro/commit/e8076bbca73ae3be34b21e35802160f92b319b41) ([Alex J Burke](mailto:alex@alexjeffburke.com)) diff --git a/package.json b/package.json index a1ce327..0187fcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "impro", - "version": "0.9.0", + "version": "0.10.0", "description": "Image processing engine", "author": "Andreas Lind ", "main": "index.js",