diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e40fb47..79343611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.20](https://github.com/algolia/renderscript/compare/v2.1.19...v2.1.20) (2022-09-29) + + +### Bug Fixes + +* **docker:** build image locally and on CI ([#641](https://github.com/algolia/renderscript/issues/641)) ([b51386f](https://github.com/algolia/renderscript/commit/b51386f27bbd67a8e8a9944bf41d4e96ada04866)) + ## [2.1.19](https://github.com/algolia/renderscript/compare/v2.1.18...v2.1.19) (2022-08-30) diff --git a/package.json b/package.json index 05f03f67..fe8e8cfa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@algolia/renderscript", - "version": "2.1.19", + "version": "2.1.20", "description": "A custom JavaScript rendering engine based on Playwright", "main": "dist/index.js", "scripts": {