diff --git a/CHANGELOG.md b/CHANGELOG.md index daf7b76..9472072 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Não publicado] +## [0.14.7] / 2023-10-30 + ### Segurança - Atualizado as dependências npm @@ -291,7 +293,8 @@ - 210220 - Desconhecimento da Operação - 210240 - Operação não Realizada -[não publicado]: https://github.com/lucashpmelo/node-mde/compare/0.14.6..HEAD +[não publicado]: https://github.com/lucashpmelo/node-mde/compare/0.14.7..HEAD +[0.14.7]: https://github.com/lucashpmelo/node-mde/compare/0.14.6...0.14.7 [0.14.6]: https://github.com/lucashpmelo/node-mde/compare/0.14.5...0.14.6 [0.14.5]: https://github.com/lucashpmelo/node-mde/compare/0.14.4...0.14.5 [0.14.4]: https://github.com/lucashpmelo/node-mde/compare/0.14.3...0.14.4 diff --git a/package.json b/package.json index ba9c8cd..ed169d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-mde", - "version": "0.14.6", + "version": "0.14.7", "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/version.js b/src/env/version.js index 57d6886..c5338d3 100644 --- a/src/env/version.js +++ b/src/env/version.js @@ -1 +1 @@ -module.exports = { VERSION: '0.14.6' } +module.exports = { VERSION: '0.14.7' }