From 8f05784a0cb267f043ce8a04c77b7997f085a809 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Mar 2020 17:23:57 +0000 Subject: [PATCH] chore(release): 9.11.1 [skip ci] ## [9.11.1](https://github.com/harttle/liquidjs/compare/v9.11.0...v9.11.1) (2020-03-09) ### Bug Fixes * concurrent write on LRU cache ([#200](https://github.com/harttle/liquidjs/issues/200)) ([6de9338](https://github.com/harttle/liquidjs/commit/6de9338)) --- CHANGELOG.md | 7 +++++++ docs/classes/_cache_lru_.lru.html | 8 ++++---- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65decb464..d83d0ce34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.11.1](https://github.com/harttle/liquidjs/compare/v9.11.0...v9.11.1) (2020-03-09) + + +### Bug Fixes + +* concurrent write on LRU cache ([#200](https://github.com/harttle/liquidjs/issues/200)) ([6de9338](https://github.com/harttle/liquidjs/commit/6de9338)) + # [9.11.0](https://github.com/harttle/liquidjs/compare/v9.10.0...v9.11.0) (2020-03-04) diff --git a/docs/classes/_cache_lru_.lru.html b/docs/classes/_cache_lru_.lru.html index a334de76d..18c7684b3 100644 --- a/docs/classes/_cache_lru_.lru.html +++ b/docs/classes/_cache_lru_.lru.html @@ -226,7 +226,7 @@
  • Returns void

    @@ -243,7 +243,7 @@
  • Returns void

    @@ -261,7 +261,7 @@

    Parameters

    @@ -287,7 +287,7 @@
  • Parameters

    diff --git a/package-lock.json b/package-lock.json index 676417e29..d5797cdb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "9.11.0", + "version": "9.11.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a35c08a87..75ef70209 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "9.11.0", + "version": "9.11.1", "description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.", "main": "dist/liquid.cjs.js", "es2015": "dist/liquid.esm.js",