From a4ebfd0c3f5f29a77c20f7a2f5500b951bb65a04 Mon Sep 17 00:00:00 2001 From: Flavio Takeuchi Date: Tue, 16 Jun 2020 23:50:22 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20de=20vers=C3=A3o=20e=20atualiza?= =?UTF-8?q?=C3=A7=C3=A3o=20do=20CHANGELOG.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c567e2..360097c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.3.0](https://github.com/banzeh/cielo/compare/v2.2.6...v2.3.0) + +### ⚠ BREAKING CHANGES + +* **src/models/payment.request.model.ts:** Propriedade *returnUrl* estava definida como *ReturnUrl*. Foi atualizada para +seguir o padrão camelcase. + +### Erros Corrigidos + +* **src/models/payment.request.model.ts:** correçào de model ([eaf223f](https://github.com/banzeh/cielo/commit/eaf223f77984f43b0ee69a28a1bbc7784af27303)) +* **src\class\utils.ts:** correção no retorno de erro da recorrência ([a4485c9](https://github.com/banzeh/cielo/commit/a4485c94b9d7e3be4b33deabc93add19af7fa794)), closes [#73](https://github.com/banzeh/cielo/issues/73) + ### [2.2.6](https://github.com/banzeh/cielo/compare/v2.2.4...v2.2.6) (2020-05-26) diff --git a/package.json b/package.json index b0bf6f1..45fa4ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cielo", - "version": "2.2.6", + "version": "2.3.0", "description": "Client para a API 3.0 da Cielo em node.js", "main": "dist/index.js", "scripts": {