diff --git a/CHANGELOG.md b/CHANGELOG.md index dfd0648..5ef4f6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Não publicado] +## [0.8.0] / 2022-06-14 + ### Adicionado - VS Code settings e prettier.config.js @@ -149,7 +151,8 @@ - - 210220 - Desconhecimento da Operação - - 210240 - Operação não Realizada -[não publicado]: https://github.com/lucashpmelo/node-mde/compare/0.7.3...HEAD +[não publicado]: https://github.com/lucashpmelo/node-mde/compare/0.8.0...HEAD +[0.8.0]: https://github.com/lucashpmelo/node-mde/compare/0.7.3...0.8.0 [0.7.3]: https://github.com/lucashpmelo/node-mde/compare/0.7.2...0.7.3 [0.7.2]: https://github.com/lucashpmelo/node-mde/compare/0.7.1...0.7.2 [0.7.1]: https://github.com/lucashpmelo/node-mde/compare/0.7.0...0.7.1 diff --git a/package.json b/package.json index da769b0..ffe3ce9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-mde", - "version": "0.7.3", + "version": "0.8.0", "description": "Biblioteca para consultar notas destinadas e enviar evento de manifestação do destinatário", "main": "./lib/index.js", "types": "./dist/index.d.ts", diff --git a/src/env/index.js b/src/env/index.js index cc2eb03..5709958 100644 --- a/src/env/index.js +++ b/src/env/index.js @@ -11,5 +11,5 @@ module.exports = { 1: 'https://www1.nfe.fazenda.gov.br/NFeRecepcaoEvento4/NFeRecepcaoEvento4.asmx?wsdl', 2: 'https://hom1.nfe.fazenda.gov.br/NFeRecepcaoEvento4/NFeRecepcaoEvento4.asmx?wsdl', }, - version: '0.7.3', + version: '0.8.0', }