diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8c4f209..ed09dfc 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,11 @@ +# [2.1.0-next.5](https://github.com/Kibibit/kb-hologram/compare/v2.1.0-next.4...v2.1.0-next.5) (2024-11-27) + + +### Features + +* **server:** add beer css template ([a25ce31](https://github.com/Kibibit/kb-hologram/commit/a25ce3196249d8aea84b01fb4d1b00f116122ecd)) +* **server:** add get for generate images ([89ad7e1](https://github.com/Kibibit/kb-hologram/commit/89ad7e1c9d105e5e8e6ad6cb7f915d6ba1cd3d27)) + # [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) diff --git a/package.json b/package.json index 33f3fc6..46743b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kibibit/kb-hologram", - "version": "2.1.0-next.4", + "version": "2.1.0-next.5", "description": "create images from templates and data", "types": "lib/image-maker.d.ts", "main": "lib/image-maker.js",