Skip to content

Commit 82c2230

Browse files
committed
0.6.4
1 parent d13fefb commit 82c2230

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
## <small>0.6.4 (2022-12-14)</small>
2+
3+
* fix: copy options.expressions into new object to not pollute locals ([b5a6dfe](https://github.com/posthtml/posthtml-extend/commit/b5a6dfe))
4+
* test: add test for options.expressions.locals pollution ([de0be4a](https://github.com/posthtml/posthtml-extend/commit/de0be4a))
5+
6+
7+
18
## <small>0.6.3 (2022-05-26)</small>
29

10+
* 0.6.3 ([ccf454a](https://github.com/posthtml/posthtml-extend/commit/ccf454a))
311
* build: update dep dev ([9c71846](https://github.com/posthtml/posthtml-extend/commit/9c71846))
412
* ci: drop support node less 14 ([ea4fd97](https://github.com/posthtml/posthtml-extend/commit/ea4fd97))
513
* feat: support for multiple blocks declaration in layout ([5101693](https://github.com/posthtml/posthtml-extend/commit/5101693))

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.3",
3+
"version": "0.6.4",
44
"description": "Templates extending (Jade-like)",
55
"license": "MIT",
66
"repository": "posthtml/posthtml-extend",

0 commit comments

Comments
 (0)