From cd99b2735e28b6111c8cbe6dc46a68fd8ed3c3a8 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Thu, 8 Dec 2022 09:54:46 +0000 Subject: [PATCH] chore(release): 2.2.2 [skip ci] ## [2.2.2](https://github.com/algolia/renderscript/compare/v2.2.1...v2.2.2) (2022-12-08) ### Bug Fixes * test_image.sh ([#696](https://github.com/algolia/renderscript/issues/696)) ([3caa65b](https://github.com/algolia/renderscript/commit/3caa65b1380082367c7b5d8e47a962b50b3f292d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65b56cee..f907aee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.2](https://github.com/algolia/renderscript/compare/v2.2.1...v2.2.2) (2022-12-08) + + +### Bug Fixes + +* test_image.sh ([#696](https://github.com/algolia/renderscript/issues/696)) ([3caa65b](https://github.com/algolia/renderscript/commit/3caa65b1380082367c7b5d8e47a962b50b3f292d)) + ## [2.2.1](https://github.com/algolia/renderscript/compare/v2.2.0...v2.2.1) (2022-12-07) diff --git a/package.json b/package.json index 1947460a..03787b5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@algolia/renderscript", - "version": "2.2.1", + "version": "2.2.2", "description": "A custom JavaScript rendering engine based on Playwright", "main": "dist/index.js", "scripts": {