Skip to content

Commit e273918

Browse files
committed
0.6.1
1 parent efe15d7 commit e273918

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

changelog.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
1+
## <small>0.6.1 (2021-11-17)</small>
2+
3+
* fix: after update dep dev ([efe15d7](https://github.com/posthtml/posthtml-extend/commit/efe15d7))
4+
* fix: change name of variable from data to locals ([26f260c](https://github.com/posthtml/posthtml-extend/commit/26f260c))
5+
* fix: refactor merging of locals ([bbc8856](https://github.com/posthtml/posthtml-extend/commit/bbc8856))
6+
* fix: wrap merging of locals in try catch ([e78cc33](https://github.com/posthtml/posthtml-extend/commit/e78cc33))
7+
* build: update dep dev ([91166c1](https://github.com/posthtml/posthtml-extend/commit/91166c1))
8+
* build(deps): bump lodash from 4.17.20 to 4.17.21 ([f6bad74](https://github.com/posthtml/posthtml-extend/commit/f6bad74))
9+
* feat: pass data to layout ([bc6ca77](https://github.com/posthtml/posthtml-extend/commit/bc6ca77))
10+
11+
12+
113
## 0.6.0 (2020-11-24)
214

15+
* 0.6.0 ([24fce9c](https://github.com/posthtml/posthtml-extend/commit/24fce9c))
16+
* Update funding.yml ([6c144ca](https://github.com/posthtml/posthtml-extend/commit/6c144ca))
317
* build(deps): bump posthtml from 0.13.4 to 0.15.0 ([97bd03e](https://github.com/posthtml/posthtml-extend/commit/97bd03e))
418
* build(deps): bump posthtml-parser from 0.5.2 to 0.6.0 ([83a9994](https://github.com/posthtml/posthtml-extend/commit/83a9994))
5-
* Update funding.yml ([6c144ca](https://github.com/posthtml/posthtml-extend/commit/6c144ca))
619

720

821

package-lock.json

Lines changed: 1 addition & 1 deletion
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.0",
3+
"version": "0.6.1",
44
"description": "Templates extending (Jade-like)",
55
"license": "MIT",
66
"repository": "posthtml/posthtml-extend",

0 commit comments

Comments
 (0)