From 357d1f2630b875d53de5c618706ddb13bba0f88e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 13:55:07 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..98391f6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +# Changelog + +## 1.0.0 (2024-07-14) + + +### Features + +* **Agregando build:** Agregando pruebas garantizar funcionamiento ([2f646ee](https://github.com/facturacr/facturar-costa-rica-lib/commit/2f646eeef6f86ea1d6aef8eb9dffbeb7ea4cba5e)) +* **ATV:** Exporting ATV ([f4c3717](https://github.com/facturacr/facturar-costa-rica-lib/commit/f4c37173c3d7842dfa14e9946e7f9fcfc6be25ac)) +* **AtvRefresh:** Add ATV new version ([1c1f036](https://github.com/facturacr/facturar-costa-rica-lib/commit/1c1f036b7effad4aeca393fd853197b141eb5717)) +* **AtvRefresh:** Apply lint fix ([345ed9d](https://github.com/facturacr/facturar-costa-rica-lib/commit/345ed9d91aa921e4ad584795acb8bf0c5cb1ecc9)) +* **AtvRefresh:** Change code coverage ([1a77f4e](https://github.com/facturacr/facturar-costa-rica-lib/commit/1a77f4edefabadfddd1cd1f5b61381f904db4875)) +* **AtvRefresh:** Comment TotalServExonerado ([462561f](https://github.com/facturacr/facturar-costa-rica-lib/commit/462561fdd59330f055aeee621655f087d018e277)) +* **Base:** Agregando enums de factura ([aea2f58](https://github.com/facturacr/facturar-costa-rica-lib/commit/aea2f58c928acb8292b73fd4e3572e1c2995e057)) +* **Base:** Agregando soporte facturaElectronicaExportacion ([eca3100](https://github.com/facturacr/facturar-costa-rica-lib/commit/eca3100b55e658721203da4b01bce868b53d45a4)) +* **Base:** Agregando xsd y herramienta para procesarlos ([c410eb5](https://github.com/facturacr/facturar-costa-rica-lib/commit/c410eb5d0a127cd7f29e5b89d4ea2b87f1a92542)) +* **Base:** Ajustando configuración npm ([dd572f4](https://github.com/facturacr/facturar-costa-rica-lib/commit/dd572f4b06550c96a5fe7517b74c8595eb03e7ce)) +* **Base:** Ajustando configuración para empaquetar paquete ([5d4db56](https://github.com/facturacr/facturar-costa-rica-lib/commit/5d4db566b3dec3e2ff7b7811fe12ab1580d5878a)) +* **Base:** Ajustando package ([8793680](https://github.com/facturacr/facturar-costa-rica-lib/commit/8793680f60acfae3f30d6c5a91c3a0da0a1e8a43)) +* **Cambio estructura:** Actualizando Readme y estructura de tests ([3098678](https://github.com/facturacr/facturar-costa-rica-lib/commit/309867802e5392700e8865d1cc00b47751b7f291)) +* **Examples:** Refactorizando ejemplos para facilitar uso ([450f858](https://github.com/facturacr/facturar-costa-rica-lib/commit/450f858b09398f3df6d1bc7b6355b9c091a4408b)) +* **GetTokenV2:** Adding get token tests v2 ([fdb8c37](https://github.com/facturacr/facturar-costa-rica-lib/commit/fdb8c37d458910a0fa4698848410cb848eb24b0a)) +* **GetTokenV2:** Adding get token v2 ([5dba6c9](https://github.com/facturacr/facturar-costa-rica-lib/commit/5dba6c9618e6ee278281038521c9515fdcb09cf1)) +* Increase version ([be7ac97](https://github.com/facturacr/facturar-costa-rica-lib/commit/be7ac97e59338a4dece5a960f803339b7ee8ebbe)) +* **Jest:** Agregando testing ([a6389e8](https://github.com/facturacr/facturar-costa-rica-lib/commit/a6389e83cf0fc568da96b7718d4e28ebec9fcb20)) +* **SigXml:** Fix in signature ([e437aa2](https://github.com/facturacr/facturar-costa-rica-lib/commit/e437aa22b5bfa725c96232f95bc03bb700449abf)) +* **Version:** Increase version ([b661929](https://github.com/facturacr/facturar-costa-rica-lib/commit/b661929a40edaaebffce2155b67048bb6e958c1f)) +* **Version:** Increase version ([ffdea54](https://github.com/facturacr/facturar-costa-rica-lib/commit/ffdea5456eb429427ffb40e307223ea53c78f5e0)) +* **Version:** Increase version ([5066987](https://github.com/facturacr/facturar-costa-rica-lib/commit/50669872e4eed2dceca6bb99a620d9df34888eba)) diff --git a/package.json b/package.json index 68d7b7b..5a7e2cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@facturacr/atv-sdk", - "version": "0.0.27-beta", + "version": "1.0.0", "description": "Librería (SDK) de Javascript/NodeJS para acceder al API de Administración Tributaria Virtual (ATV) del Ministerio de Hacienda.", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",