Skip to content

Commit d9cac4e

Browse files
chore(release): 10.5.0 [skip ci]
# [10.5.0](v10.4.0...v10.5.0) (2023-02-14) ### Bug Fixes * "ownPropertyOnly" not respected when passed via "renderOptions" ([d489916](d489916)) ### Features * Adds support for options to CLI and improves usability ([#586](#586)) ([24c8a1e](24c8a1e))
1 parent 8ef9209 commit d9cac4e

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [10.5.0](https://github.com/harttle/liquidjs/compare/v10.4.0...v10.5.0) (2023-02-14)
2+
3+
4+
### Bug Fixes
5+
6+
* "ownPropertyOnly" not respected when passed via "renderOptions" ([d489916](https://github.com/harttle/liquidjs/commit/d489916231779149e110183400e3e597b8ee02ba))
7+
8+
9+
### Features
10+
11+
* Adds support for options to CLI and improves usability ([#586](https://github.com/harttle/liquidjs/issues/586)) ([24c8a1e](https://github.com/harttle/liquidjs/commit/24c8a1e3722e5359f02934e2814f9abfa888ee86))
12+
113
# [10.4.0](https://github.com/harttle/liquidjs/compare/v10.3.3...v10.4.0) (2023-01-02)
214

315

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "liquidjs",
3-
"version": "10.4.0",
3+
"version": "10.5.0",
44
"description": "A simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.",
55
"main": "dist/liquid.node.cjs.js",
66
"module": "dist/liquid.node.esm.js",

0 commit comments

Comments
 (0)