diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a658b..a3a8196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog + +## 3.2.3 (2022-02-11) + +### Changed + +- 🔧 Add forceConsistentCasingInFileNames in compilerOptions ([#161](https://github.com/frinyvonnick/node-html-to-image/issues/161)) [[2212e35](https://github.com/frinyvonnick/node-html-to-image/commit/2212e354e028f6fec80e564ab290d4b707220be7)] + + ## 3.2.2 (2022-02-09) diff --git a/package.json b/package.json index 265c455..6282faf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-html-to-image", - "version": "3.2.2", + "version": "3.2.3", "description": "A Node.js library that generates images from HTML", "main": "dist/index.js", "types": "dist/index.d.ts",