diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e46d2a..97350ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.11](https://github.com/pmb0/express-tsx-views/compare/v1.4.10...v1.4.11) (2023-01-07) + + +### Bug Fixes + +* **deps:** update dependency prettier to v2.8.2 ([d7a279d](https://github.com/pmb0/express-tsx-views/commit/d7a279d2916b78ea03cd1d0698219c75ac533571)) + ## [1.4.10](https://github.com/pmb0/express-tsx-views/compare/v1.4.9...v1.4.10) (2022-12-19) diff --git a/package.json b/package.json index 08a7071..5969cb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-tsx-views", - "version": "1.4.10", + "version": "1.4.11", "main": "dist/index.js", "types": "dist/index.d.ts", "description": "Server-side JSX/TSX rendering for your express or NestJS application 🚀",