diff --git a/packages/saber/CHANGELOG.md b/packages/saber/CHANGELOG.md index 85b8d0a04..be0d89c5c 100644 --- a/packages/saber/CHANGELOG.md +++ b/packages/saber/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.10.1](https://github.com/saberland/saber/compare/saber@0.10.0...saber@0.10.1) (2019-09-29) + +### Bug Fixes + +- handle dynamic to property for links ([21ac524](https://github.com/saberland/saber/commit/21ac524)) + +### Features + +- add an option to disable cache ([6afe8fa](https://github.com/saberland/saber/commit/6afe8fa)) + # [0.10.0](https://github.com/saberland/saber/compare/saber@0.9.1...saber@0.10.0) (2019-09-29) ### Bug Fixes diff --git a/packages/saber/package.json b/packages/saber/package.json index 57d91b65d..8397cc0a5 100644 --- a/packages/saber/package.json +++ b/packages/saber/package.json @@ -1,6 +1,6 @@ { "name": "saber", - "version": "0.10.0", + "version": "0.10.1", "description": "A simple yet powerful static site generator", "files": [ "bin",