Skip to content

Commit e942b5a

Browse files
chore(release): 10.16.7 [skip ci]
## [10.16.7](v10.16.6...v10.16.7) (2024-08-29) ### Bug Fixes * use CommonJS bundle to support default export ([2543461](2543461)) * use cwd to resolve npm partials for Node.JS ([e5fbdfe](e5fbdfe))
1 parent e5fbdfe commit e942b5a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [10.16.7](https://github.com/harttle/liquidjs/compare/v10.16.6...v10.16.7) (2024-08-29)
2+
3+
4+
### Bug Fixes
5+
6+
* use CommonJS bundle to support default export ([2543461](https://github.com/harttle/liquidjs/commit/25434618808d8ab437ce4606d59114b4ad849f7f))
7+
* use cwd to resolve npm partials for Node.JS ([e5fbdfe](https://github.com/harttle/liquidjs/commit/e5fbdfe43415c9f78408f1349873c0011f639d82))
8+
19
## [10.16.6](https://github.com/harttle/liquidjs/compare/v10.16.5...v10.16.6) (2024-08-29)
210

311

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": "liquidjs",
3-
"version": "10.16.6",
3+
"version": "10.16.7",
44
"description": "A simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.",
55
"main": "dist/liquid.node.js",
66
"module": "dist/liquid.node.mjs",

0 commit comments

Comments
 (0)