From 0d41f7467e6450a55a087224d09dbc4771e25451 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 7 May 2021 06:03:44 +0000 Subject: [PATCH] chore(release): 9.25.0 [skip ci] # [9.25.0](https://github.com/harttle/liquidjs/compare/v9.24.2...v9.25.0) (2021-05-07) ### Features * when tag with multiple values ([8f9639f](https://github.com/harttle/liquidjs/commit/8f9639f)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0400a6a7..19b359dd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [9.25.0](https://github.com/harttle/liquidjs/compare/v9.24.2...v9.25.0) (2021-05-07) + + +### Features + +* when tag with multiple values ([8f9639f](https://github.com/harttle/liquidjs/commit/8f9639f)) + ## [9.24.2](https://github.com/harttle/liquidjs/compare/v9.24.1...v9.24.2) (2021-05-04) diff --git a/package-lock.json b/package-lock.json index 08940a0e6..46d243be7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "9.24.2", + "version": "9.25.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2e84dacb1..e53c141b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liquidjs", - "version": "9.24.2", + "version": "9.25.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",