diff --git a/CHANGELOG.md b/CHANGELOG.md index 405ff1f..386cffa 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.11.7](https://github.com/ecomplus/transactional-mails/compare/v1.11.6...v1.11.7) (2023-08-29) + + +### Bug Fixes + +* properly checking promotional prices ([45ede38](https://github.com/ecomplus/transactional-mails/commit/45ede389cd97477acf2a1b8fd5ce2427fefe5fd0)) + ### [1.11.6](https://github.com/ecomplus/transactional-mails/compare/v1.11.5...v1.11.6) (2023-06-06) diff --git a/package-lock.json b/package-lock.json index b806ff3..58f85ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/transactional-mails", - "version": "1.11.6", + "version": "1.11.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0fbbaad..a1a7f20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/transactional-mails", - "version": "1.11.6", + "version": "1.11.7", "description": "Default transactional email templates for E-Com Plus stores", "main": "src/index.js", "scripts": {