Skip to content

Commit bb08cfa

Browse files
chore(release): 10.19.1 [skip ci]
## [10.19.1](v10.19.0...v10.19.1) (2024-12-22) ### Bug Fixes * add sideEffects=false to package.json ([734eb52](734eb52)) * inconsistent continue behaviour, fixes [#779](#779) ([e3ef574](e3ef574)) * memoryLimit doesn't work in for tag, [#776](#776) ([2af297f](2af297f))
1 parent e3ef574 commit bb08cfa

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [10.19.1](https://github.com/harttle/liquidjs/compare/v10.19.0...v10.19.1) (2024-12-22)
2+
3+
4+
### Bug Fixes
5+
6+
* add sideEffects=false to package.json ([734eb52](https://github.com/harttle/liquidjs/commit/734eb52b987d46d33cf8f03281a3773a0f1f0e4a))
7+
* inconsistent continue behaviour, fixes [#779](https://github.com/harttle/liquidjs/issues/779) ([e3ef574](https://github.com/harttle/liquidjs/commit/e3ef574674c5a21a37b3ffc929f514c8a3d0b866))
8+
* memoryLimit doesn't work in for tag, [#776](https://github.com/harttle/liquidjs/issues/776) ([2af297f](https://github.com/harttle/liquidjs/commit/2af297f81ac465feb3277ba7b92f7236409370b0))
9+
110
# [10.19.0](https://github.com/harttle/liquidjs/compare/v10.18.0...v10.19.0) (2024-11-17)
211

312

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

0 commit comments

Comments
 (0)