From b6c1dde513c1795b8fe7b9651c12a2367f0d6146 Mon Sep 17 00:00:00 2001 From: Gerador de changelog Date: Tue, 26 May 2020 23:34:22 +0000 Subject: [PATCH] chore(release): 2.2.6 [skip ci] --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce3585..5c567e2 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.2.6](https://github.com/banzeh/cielo/compare/v2.2.4...v2.2.6) (2020-05-26) + + +### Errors Corrigidos + +* **package.json:** corrige erro de módulo ([768b084](https://github.com/banzeh/cielo/commit/768b084295c50186b5f74533071427909acdea01)) + ### [2.2.5](https://github.com/banzeh/cielo/compare/v2.2.4...v2.2.5) (2020-05-23) ### [2.2.4](https://github.com/banzeh/cielo/compare/v2.2.3...v2.2.4) (2020-05-14) diff --git a/package-lock.json b/package-lock.json index 16ef52e..51831ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cielo", - "version": "2.2.5", + "version": "2.2.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 92f911e..b0bf6f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cielo", - "version": "2.2.5", + "version": "2.2.6", "description": "Client para a API 3.0 da Cielo em node.js", "main": "dist/index.js", "scripts": {