Skip to content

Commit d18df2a

Browse files
committed
1.6.1
1 parent 3b16398 commit d18df2a

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.6.1](https://github.com/posthtml/posthtml-expressions/compare/v1.6.0...v1.6.1) (2020-11-09)
2+
3+
4+
### Bug Fixes
5+
6+
* check if key exists in locals as text, close [#102](https://github.com/posthtml/posthtml-expressions/issues/102) ([1d7596a](https://github.com/posthtml/posthtml-expressions/commit/1d7596a8a4d12fd29a74f03637057772a9b81d09))
7+
8+
9+
110
# [1.6.0](https://github.com/posthtml/posthtml-expressions/compare/v1.5.0...v1.6.0) (2020-10-30)
211

312

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-expressions",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Expressions Plugin for PostHTML",
55
"engines": {
66
"node": ">=10"

0 commit comments

Comments
 (0)