chore(release): 8.2.4 [skip ci]

## [8.2.4](https://github.com/harttle/liquidjs/compare/v8.2.3...v8.2.4) (2019-06-17)

### Performance Improvements

* improve getTemplate() when cache is enabled ([1ffba2b](https://github.com/harttle/liquidjs/commit/1ffba2b))
This commit is contained in:
semantic-release-bot
2019-06-17 03:10:34 +00:00
parent 1ffba2bc76
commit 0bc5908f17
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -1,3 +1,10 @@
## [8.2.4](https://github.com/harttle/liquidjs/compare/v8.2.3...v8.2.4) (2019-06-17)
### Performance Improvements
* improve getTemplate() when cache is enabled ([1ffba2b](https://github.com/harttle/liquidjs/commit/1ffba2b))
## [8.2.3](https://github.com/harttle/liquidjs/compare/v8.2.2...v8.2.3) (2019-05-19)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "liquidjs",
"version": "8.2.3",
"version": "8.2.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "liquidjs",
"version": "8.2.3",
"version": "8.2.4",
"description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.",
"main": "dist/liquid.common.js",
"types": "dist/liquid.d.ts",