diff --git a/CHANGELOG.md b/CHANGELOG.md index da34cef..e5cffe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.5.0](https://github.com/cnpja/sdk-nodejs/compare/v1.4.2...v1.5.0) (2024-11-08) + + +### Bug Fixes + +* bump dto documentation ([f3c9e27](https://github.com/cnpja/sdk-nodejs/commit/f3c9e278b636daedba904a14ed59f148a19ecb2b)) + + +### Features + +* **office:** add office search ([e620f94](https://github.com/cnpja/sdk-nodejs/commit/e620f94bd80ae1df83377ed7a72a127bec44b802)) +* **person:** add person search support ([148df3c](https://github.com/cnpja/sdk-nodejs/commit/148df3c2b43e1d67ca1f934b22e9b57e998cb2f8)) + # [1.5.0-beta.1](https://github.com/cnpja/sdk-nodejs/compare/v1.4.2...v1.5.0-beta.1) (2024-10-02) diff --git a/package.json b/package.json index 94b418a..0480b56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cnpja/sdk", - "version": "1.5.0-beta.1", + "version": "1.5.0", "description": "APIs de consultas CNPJ a Receita Federal, Simples Nacional, Cadastro de Contribuintes e SUFRAMA, fornecidas pelo CNPJá!", "author": { "name": "Etienne Bechara",