From 06b6d3192b315fc26d432023d6c04354abe50495 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 25 Dec 2019 20:40:24 +0000 Subject: [PATCH] chore(release): 1.0.0-next.2 [skip ci] # [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)) --- docs/CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 docs/CHANGELOG.md 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",