diff --git a/CHANGELOG.md b/CHANGELOG.md index 9389902..1fc4316 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.0.3](https://github.com/ecomplus/application-starter/compare/v2.0.2...v2.0.3) (2022-11-07) + + +### Bug Fixes + +* add flag to fullfillment on webhook and debug post request ([f7f2570](https://github.com/ecomplus/application-starter/commit/f7f25702e13f5e7a0ef4de9c43711457479403c4)) + ### [2.0.2](https://github.com/ecomplus/application-starter/compare/v2.0.1...v2.0.2) (2022-11-03) diff --git a/package-lock.json b/package-lock.json index 2bc98ce..dc9649d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ecomplus/app-datafrete", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ecomplus/app-datafrete", - "version": "2.0.2", + "version": "2.0.3", "license": "MIT", "dependencies": { "dotenv": "^8.6.0", diff --git a/package.json b/package.json index dc132b1..7a315c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ecomplus/app-datafrete", "private": true, - "version": "2.0.2", + "version": "2.0.3", "description": "Boilerplate for E-Com Plus apps with Firebase Cloud Functions", "main": "functions/index.js", "scripts": {