From 2cb4bffd3ec7f41bb63d11eae65ccec89027157d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 12 May 2019 15:02:33 +0000 Subject: [PATCH] chore(release): 8.2.2 [skip ci] ## [8.2.2](https://github.com/harttle/liquidjs/compare/v8.2.1...v8.2.2) (2019-05-12) ### Bug Fixes * date from integer, [#125](https://github.com/harttle/liquidjs/issues/125) ([fdf0043](https://github.com/harttle/liquidjs/commit/fdf0043)) * pass drops directly to filters/tags ([bef2909](https://github.com/harttle/liquidjs/commit/bef2909)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa7ccdcef..88fdb6e00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [8.2.2](https://github.com/harttle/liquidjs/compare/v8.2.1...v8.2.2) (2019-05-12) + + +### Bug Fixes + +* date from integer, [#125](https://github.com/harttle/liquidjs/issues/125) ([fdf0043](https://github.com/harttle/liquidjs/commit/fdf0043)) +* pass drops directly to filters/tags ([bef2909](https://github.com/harttle/liquidjs/commit/bef2909)) + ## [8.2.1](https://github.com/harttle/liquidjs/compare/v8.2.0...v8.2.1) (2019-04-26) diff --git a/package-lock.json b/package-lock.json index eac268ed3..4d3cc7a6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "8.2.1", + "version": "8.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f3b89ed37..fd862d9bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "8.2.1", + "version": "8.2.2", "description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.", "main": "dist/liquid.common.js", "types": "dist/liquid.d.ts",