From 8090a3ca18f79a40053f02fa2620a1c408fdbc3d Mon Sep 17 00:00:00 2001 From: k1b1b0t Date: Sat, 21 Oct 2023 21:26:31 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/Kibibit/kb-hologram/compare/v1.1.0...v2.0.0) (2023-10-21) ### Bug Fixes * **deps:** update module to latest deps ([7b06999](https://github.com/Kibibit/kb-hologram/commit/7b069990000ee6cac51d389ec53e20b94482bb7a)) * **release:** change main branches ([9c0b778](https://github.com/Kibibit/kb-hologram/commit/9c0b778cd956836eea50a79705f0f75c54bce2c1)) * **release:** missing details for semantic release ([557d21d](https://github.com/Kibibit/kb-hologram/commit/557d21d8d092123e58b940aa3383478fb8372948)) * **template-file:** fix passing template file to generate image ([eb917a8](https://github.com/Kibibit/kb-hologram/commit/eb917a8ea938d93267f0781ebe41a96e1245e241)) ### Features * **app:** rename main class to KbHologram ([8a8f2b3](https://github.com/Kibibit/kb-hologram/commit/8a8f2b345f784af6796c266d02e2dbf3d246faef)) ### BREAKING CHANGES * **app:** main class name has been changed --- docs/CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 22b3188..d21f5ae 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,23 @@ +# [2.0.0](https://github.com/Kibibit/kb-hologram/compare/v1.1.0...v2.0.0) (2023-10-21) + + +### Bug Fixes + +* **deps:** update module to latest deps ([7b06999](https://github.com/Kibibit/kb-hologram/commit/7b069990000ee6cac51d389ec53e20b94482bb7a)) +* **release:** change main branches ([9c0b778](https://github.com/Kibibit/kb-hologram/commit/9c0b778cd956836eea50a79705f0f75c54bce2c1)) +* **release:** missing details for semantic release ([557d21d](https://github.com/Kibibit/kb-hologram/commit/557d21d8d092123e58b940aa3383478fb8372948)) +* **template-file:** fix passing template file to generate image ([eb917a8](https://github.com/Kibibit/kb-hologram/commit/eb917a8ea938d93267f0781ebe41a96e1245e241)) + + +### Features + +* **app:** rename main class to KbHologram ([8a8f2b3](https://github.com/Kibibit/kb-hologram/commit/8a8f2b345f784af6796c266d02e2dbf3d246faef)) + + +### BREAKING CHANGES + +* **app:** main class name has been changed + # [1.0.0-next.5](https://github.com/Kibibit/kb-hologram/compare/v1.0.0-next.4...v1.0.0-next.5) (2023-10-21) diff --git a/package.json b/package.json index 9708946..54811e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kibibit/kb-hologram", - "version": "1.0.0-next.5", + "version": "2.0.0", "description": "create images from templates and data", "types": "lib/image-maker.d.ts", "main": "lib/image-maker.js",