chore(release): 9.11.3 [skip ci]

## [9.11.3](https://github.com/harttle/liquidjs/compare/v9.11.2...v9.11.3) (2020-03-14)

### Performance Improvements

* introduce AST to avoid reparse ([d2d6a38](https://github.com/harttle/liquidjs/commit/d2d6a38))
* remove instanceof DelimitedToken ([1673e84](https://github.com/harttle/liquidjs/commit/1673e84))
This commit is contained in:
semantic-release-bot
2020-03-14 18:54:31 +00:00
parent 1673e84e27
commit 14b04688b5
76 changed files with 8730 additions and 2453 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "liquidjs",
"version": "9.11.2",
"version": "9.11.3",
"description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.",
"main": "dist/liquid.cjs.js",
"es2015": "dist/liquid.esm.js",