From aaa1f9ce9be293285a450ad19e32e8eb491fadef Mon Sep 17 00:00:00 2001 From: k1b1b0t Date: Wed, 27 Nov 2024 23:50:04 +0000 Subject: [PATCH] chore(release): 2.1.0-next.5 [skip ci] # [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)) --- docs/CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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",