Skip to content

Commit ccf454a

Browse files
committed
0.6.3
1 parent 9c71846 commit ccf454a

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1+
## <small>0.6.3 (2022-05-26)</small>
2+
3+
* build: update dep dev ([9c71846](https://github.com/posthtml/posthtml-extend/commit/9c71846))
4+
* ci: drop support node less 14 ([ea4fd97](https://github.com/posthtml/posthtml-extend/commit/ea4fd97))
5+
* feat: support for multiple blocks declaration in layout ([5101693](https://github.com/posthtml/posthtml-extend/commit/5101693))
6+
* test: add test for layout with multiple blocks ([75ba49b](https://github.com/posthtml/posthtml-extend/commit/75ba49b))
7+
8+
9+
110
## <small>0.6.2 (2021-12-07)</small>
211

12+
* 0.6.2 ([7758092](https://github.com/posthtml/posthtml-extend/commit/7758092))
313
* following feedback and improving code ([2a4ea5c](https://github.com/posthtml/posthtml-extend/commit/2a4ea5c))
414
* fix: locals in inherited layout ([4f33548](https://github.com/posthtml/posthtml-extend/commit/4f33548))
515
* build(deps): bump handlebars from 4.7.6 to 4.7.7 ([d389748](https://github.com/posthtml/posthtml-extend/commit/d389748))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthtml-extend",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "Templates extending (Jade-like)",
55
"license": "MIT",
66
"repository": "posthtml/posthtml-extend",

0 commit comments

Comments
 (0)