From 93a7f5c62c3cfe1ac6e7e0e0f92ee552fa6d9396 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Fri, 6 Sep 2024 15:48:19 +0000 Subject: [PATCH] chore(release): 2.2.17 [skip ci] ## [2.2.17](https://github.com/algolia/renderscript/compare/v2.2.16...v2.2.17) (2024-09-06) ### Bug Fixes * upgrade playwright and deps ([#879](https://github.com/algolia/renderscript/issues/879)) ([0ab0095](https://github.com/algolia/renderscript/commit/0ab00959bba2ab452472614e05b47d3b0120f69a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aaf614c..e8842c32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.17](https://github.com/algolia/renderscript/compare/v2.2.16...v2.2.17) (2024-09-06) + + +### Bug Fixes + +* upgrade playwright and deps ([#879](https://github.com/algolia/renderscript/issues/879)) ([0ab0095](https://github.com/algolia/renderscript/commit/0ab00959bba2ab452472614e05b47d3b0120f69a)) + ## [2.2.16](https://github.com/algolia/renderscript/compare/v2.2.15...v2.2.16) (2024-06-30) diff --git a/package.json b/package.json index cab2955a..e7de67c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@algolia/renderscript", - "version": "2.2.16", + "version": "2.2.17", "description": "A custom JavaScript rendering engine based on Playwright", "main": "dist/index.js", "scripts": {