Skip to content

Commit 7758092

Browse files
committed
0.6.2
1 parent 460db75 commit 7758092

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
1+
## <small>0.6.2 (2021-12-07)</small>
2+
3+
* following feedback and improving code ([2a4ea5c](https://github.com/posthtml/posthtml-extend/commit/2a4ea5c))
4+
* fix: locals in inherited layout ([4f33548](https://github.com/posthtml/posthtml-extend/commit/4f33548))
5+
* build(deps): bump handlebars from 4.7.6 to 4.7.7 ([d389748](https://github.com/posthtml/posthtml-extend/commit/d389748))
6+
* build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 ([681eee3](https://github.com/posthtml/posthtml-extend/commit/681eee3))
7+
* build(deps): bump ini from 1.3.5 to 1.3.8 ([583e6bc](https://github.com/posthtml/posthtml-extend/commit/583e6bc))
8+
* build(deps): bump path-parse from 1.0.6 to 1.0.7 ([46d2bfc](https://github.com/posthtml/posthtml-extend/commit/46d2bfc))
9+
* build(deps): bump y18n from 4.0.0 to 4.0.3 ([bead193](https://github.com/posthtml/posthtml-extend/commit/bead193))
10+
11+
12+
113
## <small>0.6.1 (2021-11-17)</small>
214

15+
* 0.6.1 ([e273918](https://github.com/posthtml/posthtml-extend/commit/e273918))
316
* fix: after update dep dev ([efe15d7](https://github.com/posthtml/posthtml-extend/commit/efe15d7))
417
* fix: change name of variable from data to locals ([26f260c](https://github.com/posthtml/posthtml-extend/commit/26f260c))
518
* fix: refactor merging of locals ([bbc8856](https://github.com/posthtml/posthtml-extend/commit/bbc8856))

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

0 commit comments

Comments
 (0)