diff --git a/CHANGELOG.md b/CHANGELOG.md index ac5c7c3..cbd2242 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 +## 3.1.4 - 2023-11-29 + ## 3.1.3 - 2023-11-03 ## 3.1.2 - 2023-10-14 diff --git a/package.json b/package.json index a71fe79..a436131 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "afip.ts", - "version": "3.1.3", + "version": "3.1.4", "description": "Afip typescript SDK", "source": "src/index.ts", "main": "lib/index.js",