diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md new file mode 100644 index 0000000..a47c65e --- /dev/null +++ b/docs/CHANGELOG.md @@ -0,0 +1,11 @@ +# [1.0.0-next.2](https://github.com/Kibibit/kb-hologram/compare/v1.0.0-next.1...v1.0.0-next.2) (2019-12-25) + + +### Bug Fixes + +* **changelog:** add dependency on @semantic-release/changelog ([060a30d](https://github.com/Kibibit/kb-hologram/commit/060a30dff8f23ad8c58fa23f83e1ec1ea2485d3a)) + + +### Features + +* **docs:** generate automatic changelog file ([a984c3c](https://github.com/Kibibit/kb-hologram/commit/a984c3c1812407d867992f72f2cc2241e8826d45)) diff --git a/package.json b/package.json index 2b7db76..3bc0317 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kibibit/kb-hologram", - "version": "1.0.0-next.1", + "version": "1.0.0-next.2", "description": "create images from templates and data", "types": "lib/image-maker.d.ts", "main": "lib/image-maker.js",