diff --git a/CHANGELOG.md b/CHANGELOG.md index e3a04f4..99d11fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 1.0.20 (2025-01-13) + ### 1.0.19 (2025-01-06) ### 1.0.18 (2025-01-02) diff --git a/package.json b/package.json index acdd50d..fb7f310 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "country-vat", "description": "Get a country VAT rate. ISO 3166-1 compliant.", "homepage": "https://github.com/Kikobeats/country-vat", - "version": "1.0.19", + "version": "1.0.20", "main": "src/index.js", "author": { "email": "josefrancisco.verdu@gmail.com",