From ebe03db48281fa02efad2ccabe96570aa942fc17 Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Fri, 5 Jun 2020 18:19:32 -0300 Subject: [PATCH] chore(release): 1.6.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a91d02..896dc77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.6.2](https://github.com/ecomplus/discounts/compare/v1.6.1...v1.6.2) (2020-06-05) + + +### Bug Fixes + +* **apply-discount:** fix matching freebie items ([833ef74](https://github.com/ecomplus/discounts/commit/833ef74f2fc5be7642b518e01240d531081fd562)) + ### [1.6.1](https://github.com/ecomplus/discounts/compare/v1.6.0...v1.6.1) (2020-06-05) diff --git a/package.json b/package.json index 397e432..17cf94b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "author": "E-Com Club ", "license": "Apache-2.0", - "version": "1.6.1", + "version": "1.6.2", "description": "Default E-Com Plus app for complex discount rules", "main": "main.js", "scripts": {