chore(release): 9.25.1 [skip ci]

## [9.25.1](https://github.com/harttle/liquidjs/compare/v9.25.0...v9.25.1) (2021-06-20)

### Performance Improvements

* add cross-engines benchmark ([cdceb25](https://github.com/harttle/liquidjs/commit/cdceb25d007b3d30a85e51ac538e12297c73bfcf))
This commit is contained in:
semantic-release-bot
2021-06-20 06:23:36 +00:00
parent c470d1fe9b
commit 1c64ff051e
3 changed files with 9 additions and 4 deletions
+7
View File
@@ -1,3 +1,10 @@
## [9.25.1](https://github.com/harttle/liquidjs/compare/v9.25.0...v9.25.1) (2021-06-20)
### Performance Improvements
* add cross-engines benchmark ([cdceb25](https://github.com/harttle/liquidjs/commit/cdceb25d007b3d30a85e51ac538e12297c73bfcf))
# [9.25.0](https://github.com/harttle/liquidjs/compare/v9.24.2...v9.25.0) (2021-05-07)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "liquidjs",
"version": "9.25.0",
"version": "9.25.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
+1 -3
View File
@@ -1,6 +1,6 @@
{
"name": "liquidjs",
"version": "9.25.0",
"version": "9.25.1",
"description": "A simple, expressive, safe and Shopify compatible template engine in pure JavaScript.",
"main": "dist/liquid.node.cjs.js",
"module": "dist/liquid.node.esm.js",
@@ -143,5 +143,3 @@
}
}
}