diff --git a/changelog.md b/changelog.md index 3b9cef3..17386b1 100644 --- a/changelog.md +++ b/changelog.md @@ -13,6 +13,18 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[semantic version ### changed +## 0.2.1 + +### fixes + +- [Fix direct page siblings of mapped paths](https://github.com/PacoVK/antora-confluence/pull/8) + +### added + +- [Implement file exclusion options](https://github.com/PacoVK/antora-confluence/pull/9) + +### changed + ## 0.2.0 ### fixes diff --git a/package.json b/package.json index 6d528e9..9398f68 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "asciidoc", "publishToConfluence" ], - "version": "0.2.0", + "version": "0.2.1", "main": "dist/index.js", "files": [ "dist"