diff --git a/packages/remark-extend/CHANGELOG.md b/packages/remark-extend/CHANGELOG.md new file mode 100644 index 000000000..8dcbd2cfb --- /dev/null +++ b/packages/remark-extend/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.1.0 (2020-04-15) + + +### Features + +* add remark-extend package ([017eaba](https://github.com/ing-bank/lion/commit/017eabaec44cd3551265e138d7004bb687027661)) diff --git a/packages/remark-extend/package.json b/packages/remark-extend/package.json index 8a6f91fe2..a4d8873ed 100644 --- a/packages/remark-extend/package.json +++ b/packages/remark-extend/package.json @@ -1,6 +1,6 @@ { "name": "remark-extend", - "version": "0.0.0", + "version": "0.1.0", "description": "A plugin for remark that allows to extend a md file with another md file", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/",