chore: release new versions

- remark-extend@0.1.3
This commit is contained in:
CircleCI 2020-05-26 14:47:53 +00:00
parent 00176c6c5e
commit f86161ab46
2 changed files with 12 additions and 1 deletions

View file

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [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 **Note:** Version bump only for package remark-extend

View file

@ -1,6 +1,6 @@
{ {
"name": "remark-extend", "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", "description": "A plugin for remark that allows to extend a md file with another md file",
"author": "ing-bank", "author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/", "homepage": "https://github.com/ing-bank/lion/",