diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b29a77..493e11f 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.0 - 2023-10-03 + ## 3.0.0 - 2023-10-02 ## 2.0.6 - 2023-01-31 diff --git a/package.json b/package.json index 15860c1..bc00ca1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "afip.ts", - "version": "3.0.0", + "version": "3.1.0", "description": "Afip typescript SDK", "source": "src/index.ts", "main": "lib/index.js",