From 408c7c2d3384e3f72ba184ed08e7e05a95d49fa8 Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Fri, 30 Jun 2023 20:00:12 -0300 Subject: [PATCH] chore(release): 1.16.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fff426e..cb0723d 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.16.2](https://github.com/ecomplus/discounts/compare/v1.16.1...v1.16.2) (2023-06-30) + + +### Bug Fixes + +* properly handling kit discounts without specific ids (set all items) ([553db26](https://github.com/ecomplus/discounts/commit/553db26419a5be48c1c2b2d5c257a2eb10a58838)) + ### [1.16.1](https://github.com/ecomplus/discounts/compare/v1.16.0...v1.16.1) (2023-06-30) diff --git a/package.json b/package.json index 5e88258..bac986c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "author": "E-Com Club ", "license": "Apache-2.0", - "version": "1.16.1", + "version": "1.16.2", "description": "Default E-Com Plus app for complex discount rules", "main": "main.js", "scripts": {