From ae1ae152b7eb627e88190ab7593f327e2deb2688 Mon Sep 17 00:00:00 2001 From: k1b1b0t Date: Sun, 17 Nov 2024 08:29:07 +0000 Subject: [PATCH] chore(release): 2.1.0-next.2 [skip ci] # [2.1.0-next.2](https://github.com/Kibibit/kb-hologram/compare/v2.1.0-next.1...v2.1.0-next.2) (2024-11-17) ### Features * **render:** remove dep svg2png ([d8c3354](https://github.com/Kibibit/kb-hologram/commit/d8c33548851fa31fe604d4c39a3a0f07edf83ca4)) * **server:** build app before running ([407f0dc](https://github.com/Kibibit/kb-hologram/commit/407f0dc41ee957e3dbafec92718cafb200fd38c1)) --- 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 5a5937f..84f26fe 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,11 @@ +# [2.1.0-next.2](https://github.com/Kibibit/kb-hologram/compare/v2.1.0-next.1...v2.1.0-next.2) (2024-11-17) + + +### Features + +* **render:** remove dep svg2png ([d8c3354](https://github.com/Kibibit/kb-hologram/commit/d8c33548851fa31fe604d4c39a3a0f07edf83ca4)) +* **server:** build app before running ([407f0dc](https://github.com/Kibibit/kb-hologram/commit/407f0dc41ee957e3dbafec92718cafb200fd38c1)) + # [2.1.0-next.1](https://github.com/Kibibit/kb-hologram/compare/v2.0.0...v2.1.0-next.1) (2024-11-17) diff --git a/package.json b/package.json index 7fa80e0..aa4abfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kibibit/kb-hologram", - "version": "2.1.0-next.1", + "version": "2.1.0-next.2", "description": "create images from templates and data", "types": "lib/image-maker.d.ts", "main": "lib/image-maker.js",