From 4cf40cebdf457a55e9fe4dfab3a2d0b99d0c4cd4 Mon Sep 17 00:00:00 2001 From: Gerador de changelog Date: Mon, 12 Oct 2020 23:40:37 +0000 Subject: [PATCH] "chore(release): 2.4.0 [skip ci]" --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 120b9b4..af51481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.4.0](https://github.com/banzeh/cielo/compare/v2.3.4...v2.4.0) (2020-10-12) + + +### Funcionalidades + +* **antifraude:** transação ([7b6b567](https://github.com/banzeh/cielo/commit/7b6b567b8991b7e2520f1d97191c93132d554c74)) + + +### Erros Corrigidos + +* **customer-model:** remove phone duplicate ([23c634b](https://github.com/banzeh/cielo/commit/23c634b0017e42ed43ccb09805ecc5350c4f11bd)) +* **yarn:** remove yarn.lock ([2b137c9](https://github.com/banzeh/cielo/commit/2b137c9ac4ea574e918731aed2caa40c79cd1ff0)) + ### [2.3.4](https://github.com/banzeh/cielo/compare/v2.3.3...v2.3.4) (2020-09-13) diff --git a/package-lock.json b/package-lock.json index 6ec7831..c70cb18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cielo", - "version": "2.3.4", + "version": "2.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aaef0ca..1b45fa9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cielo", - "version": "2.3.6", + "version": "2.4.0", "description": "Client para a API 3.0 da Cielo em node.js", "main": "dist/index.js", "scripts": {