Skip to content

Commit

Permalink
chore: bump de versão e atualização do CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
banzeh committed Jun 17, 2020
1 parent b6c1dde commit a4ebfd0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit a4ebfd0

Please sign in to comment.