diff --git a/CHANGELOG.md b/CHANGELOG.md index 31098ae..c72a1a7 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. +## [2.1.0](https://github.com/ecomplus/transactional-mails/compare/v2.0.4...v2.1.0) (2024-09-18) + + +### Features + +* adding delivery_instructions when buyer is picking up ([0f8d900](https://github.com/ecomplus/transactional-mails/commit/0f8d900789a017f1d26870549249a2670a733dd8)) + ### [2.0.4](https://github.com/ecomplus/transactional-mails/compare/v2.0.3...v2.0.4) (2024-05-03) diff --git a/package-lock.json b/package-lock.json index 84a3449..f6c9915 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ecomplus/transactional-mails", - "version": "2.0.4", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ecomplus/transactional-mails", - "version": "2.0.4", + "version": "2.1.0", "license": "MIT", "dependencies": { "@ecomplus/utils": "^1.4.1", diff --git a/package.json b/package.json index 836da90..e119ce5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/transactional-mails", - "version": "2.0.4", + "version": "2.1.0", "description": "Default transactional email templates for E-Com Plus stores", "main": "src/index.js", "scripts": {