From 52b7763e3784b60741bd0b0a2fecd5c176d27108 Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Sun, 15 Aug 2021 16:27:20 -0300 Subject: [PATCH] chore(release): 1.3.8 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bb01c7..8a73e9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.3.8](https://github.com/ecomplus/application-starter/compare/v1.3.7...v1.3.8) (2021-08-15) + + +### Bug Fixes + +* **deps:** update dependency dotenv to v10 ([#55](https://github.com/ecomplus/application-starter/issues/55)) ([841ec1e](https://github.com/ecomplus/application-starter/commit/841ec1e181f1d0626fcdf0b5b4ee8daa2e211e9c)) +* **vindi-webhook:** handling test events with 200 response [[#64](https://github.com/ecomplus/application-starter/issues/64)] ([bbdd24b](https://github.com/ecomplus/application-starter/commit/bbdd24b19b784fcaa78e653fb9dd199dc5339672)) + ### [1.3.7](https://github.com/ecomplus/application-starter/compare/v1.3.6...v1.3.7) (2021-06-18) diff --git a/package-lock.json b/package-lock.json index 5ce83e6..cf069b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/app-vindi", - "version": "1.3.7", + "version": "1.3.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 25b0986..c43c56d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ecomplus/app-vindi", "private": true, - "version": "1.3.7", + "version": "1.3.8", "description": "E-Com Plus app to integrate Vindi for recurring payments", "main": "functions/index.js", "scripts": {