From 13f5f95d0166c646ae852c5431ba9824bf5c65b4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 17 Dec 2020 15:17:09 +0000 Subject: [PATCH] chore(release): 9.18.0 [skip ci] # [9.18.0](https://github.com/harttle/liquidjs/compare/v9.17.0...v9.18.0) (2020-12-17) ### Bug Fixes * address refactor comments ([6a0ad10](https://github.com/harttle/liquidjs/commit/6a0ad10)) ### Features * add option for keeping variable type in output ([cd92e77](https://github.com/harttle/liquidjs/commit/cd92e77)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9c8bac75..561dd2bac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [9.18.0](https://github.com/harttle/liquidjs/compare/v9.17.0...v9.18.0) (2020-12-17) + + +### Bug Fixes + +* address refactor comments ([6a0ad10](https://github.com/harttle/liquidjs/commit/6a0ad10)) + + +### Features + +* add option for keeping variable type in output ([cd92e77](https://github.com/harttle/liquidjs/commit/cd92e77)) + # [9.17.0](https://github.com/harttle/liquidjs/compare/v9.16.1...v9.17.0) (2020-12-07) diff --git a/package-lock.json b/package-lock.json index 113e19268..003c2702d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "9.17.0", + "version": "9.18.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fa4502e51..33a33d8b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "9.17.0", + "version": "9.18.0", "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",