diff --git a/packages/view/CHANGELOG.md b/packages/view/CHANGELOG.md index 5f0ce14..4f3b29a 100644 --- a/packages/view/CHANGELOG.md +++ b/packages/view/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@hoth/view-v1.2.0](https://github.com/searchfe/hoth/compare/@hoth/view-v1.1.3...@hoth/view-v1.2.0) (2021-06-15) + + +### Features + +* **view:** support renderOnly ([a08e019](https://github.com/searchfe/hoth/commit/a08e019c7938c6001a3b51b3d31f9286ed87736f)) + # [@hoth/view-v1.1.3](https://github.com/searchfe/hoth/compare/@hoth/view-v1.1.2...@hoth/view-v1.1.3) (2021-06-01) diff --git a/packages/view/package.json b/packages/view/package.json index e84442b..d5126a8 100644 --- a/packages/view/package.json +++ b/packages/view/package.json @@ -1,6 +1,6 @@ { "name": "@hoth/view", - "version": "1.1.3", + "version": "1.2.0", "description": "template engine for hoth framework", "main": "dist/index.js", "scripts": {