Skip to content

Commit

Permalink
0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Dec 14, 2022
1 parent ebce2f6 commit 9881002
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## <small>0.6.5 (2022-12-14)</small>

* build: fix dev expression, close #52 ([8d9ea9e](https://github.com/posthtml/posthtml-extend/commit/8d9ea9e)), closes [#52](https://github.com/posthtml/posthtml-extend/issues/52)
* build: update dep dev ([e4bc6dd](https://github.com/posthtml/posthtml-extend/commit/e4bc6dd))



## <small>0.6.4 (2022-12-14)</small>

* 0.6.4 ([82c2230](https://github.com/posthtml/posthtml-extend/commit/82c2230))
* fix: copy options.expressions into new object to not pollute locals ([b5a6dfe](https://github.com/posthtml/posthtml-extend/commit/b5a6dfe))
* test: add test for options.expressions.locals pollution ([de0be4a](https://github.com/posthtml/posthtml-extend/commit/de0be4a))

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "posthtml-extend",
"version": "0.6.4",
"version": "0.6.5",
"description": "Templates extending (Jade-like)",
"license": "MIT",
"repository": "posthtml/posthtml-extend",
Expand Down

0 comments on commit 9881002

Please sign in to comment.