Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.1.0...v2.0.0) (2023-10-21)

### Bug Fixes

* **deps:** update module to latest deps ([7b06999](7b06999))
* **release:** change main branches ([9c0b778](9c0b778))
* **release:** missing details for semantic release ([557d21d](557d21d))
* **template-file:** fix passing template file to generate image ([eb917a8](eb917a8))

### Features

* **app:** rename main class to KbHologram ([8a8f2b3](8a8f2b3))

### BREAKING CHANGES

* **app:** main class name has been changed
  • Loading branch information
k1b1b0t committed Oct 21, 2023
1 parent ba3a992 commit 8090a3c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8090a3c

Please sign in to comment.