From ccf454a4b0ead941626bd7c09aae79c0e8c2388c Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Thu, 26 May 2022 22:53:10 +0300 Subject: [PATCH] 0.6.3 --- changelog.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 8eb12af..f4da3c9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,15 @@ +## 0.6.3 (2022-05-26) + +* build: update dep dev ([9c71846](https://github.com/posthtml/posthtml-extend/commit/9c71846)) +* ci: drop support node less 14 ([ea4fd97](https://github.com/posthtml/posthtml-extend/commit/ea4fd97)) +* feat: support for multiple blocks declaration in layout ([5101693](https://github.com/posthtml/posthtml-extend/commit/5101693)) +* test: add test for layout with multiple blocks ([75ba49b](https://github.com/posthtml/posthtml-extend/commit/75ba49b)) + + + ## 0.6.2 (2021-12-07) +* 0.6.2 ([7758092](https://github.com/posthtml/posthtml-extend/commit/7758092)) * following feedback and improving code ([2a4ea5c](https://github.com/posthtml/posthtml-extend/commit/2a4ea5c)) * fix: locals in inherited layout ([4f33548](https://github.com/posthtml/posthtml-extend/commit/4f33548)) * build(deps): bump handlebars from 4.7.6 to 4.7.7 ([d389748](https://github.com/posthtml/posthtml-extend/commit/d389748)) diff --git a/package-lock.json b/package-lock.json index e9dcd40..70e3545 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "posthtml-extend", - "version": "0.6.2", + "version": "0.6.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "posthtml-extend", - "version": "0.6.2", + "version": "0.6.3", "license": "MIT", "dependencies": { "deepmerge": "^4.2.2", diff --git a/package.json b/package.json index 0b2fd48..fe535cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthtml-extend", - "version": "0.6.2", + "version": "0.6.3", "description": "Templates extending (Jade-like)", "license": "MIT", "repository": "posthtml/posthtml-extend",