diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c53cdbf..8c4f209 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,11 @@ +# [2.1.0-next.4](https://github.com/Kibibit/kb-hologram/compare/v2.1.0-next.3...v2.1.0-next.4) (2024-11-17) + + +### Features + +* **render:** add no-sandbox if path is given ([b8b3aa9](https://github.com/Kibibit/kb-hologram/commit/b8b3aa92918013c7bdd6ad6d3d438c9e0d8df595)) +* **server:** update dockerfile ([fdc978d](https://github.com/Kibibit/kb-hologram/commit/fdc978da305c9224010dca70e22f3a6d47fd2231)) + # [2.1.0-next.3](https://github.com/Kibibit/kb-hologram/compare/v2.1.0-next.2...v2.1.0-next.3) (2024-11-17) diff --git a/package.json b/package.json index 8de6ce6..33f3fc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kibibit/kb-hologram", - "version": "2.1.0-next.3", + "version": "2.1.0-next.4", "description": "create images from templates and data", "types": "lib/image-maker.d.ts", "main": "lib/image-maker.js",