diff --git a/packages/remark-extend/CHANGELOG.md b/packages/remark-extend/CHANGELOG.md index 328fff0aa..acdb1cf3f 100644 --- a/packages/remark-extend/CHANGELOG.md +++ b/packages/remark-extend/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.3](https://github.com/ing-bank/lion/compare/remark-extend@0.1.2...remark-extend@0.1.3) (2020-05-26) + + +### Bug Fixes + +* **remark-extend:** task order is the same as in provided extend md ([00176c6](https://github.com/ing-bank/lion/commit/00176c6c5e83651f095f7fe22da28b4b21d8f8d1)) + + + + + ## [0.1.2](https://github.com/ing-bank/lion/compare/remark-extend@0.1.1...remark-extend@0.1.2) (2020-04-29) **Note:** Version bump only for package remark-extend diff --git a/packages/remark-extend/package.json b/packages/remark-extend/package.json index bf9408ac3..b8134d268 100644 --- a/packages/remark-extend/package.json +++ b/packages/remark-extend/package.json @@ -1,6 +1,6 @@ { "name": "remark-extend", - "version": "0.1.2", + "version": "0.1.3", "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/",