diff --git a/CHANGELOG.md b/CHANGELOG.md index 98d276f..ff44d4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 2.0.4 - 2022-11-09 + ## 2.0.3 - 2022-11-08 ## 2.0.2 - 2022-11-03 diff --git a/package.json b/package.json index 7c82c6f..5740548 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "afip.ts", - "version": "2.0.3", + "version": "2.0.4", "description": "Afip typescript SDK", "source": "src/index.ts", "main": "lib/index.js", @@ -61,4 +61,4 @@ "endpoint", "wsaa" ] -} \ No newline at end of file +}