From e130989fd21e679717c971ebb655b4a0fa612a4a Mon Sep 17 00:00:00 2001 From: Valerian Saliou Date: Mon, 5 Feb 2024 09:14:40 -0500 Subject: [PATCH] v2.13.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99145af..4128b3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +## 2.13.0 (2024-02-05) + +### Tax Rate Updates + +* **Estonia**: 20% to 22% (1st January 2024) [[@DanielRaouf](https://github.com/DanielRaouf), [#63](https://github.com/valeriansaliou/node-sales-tax/pull/63)]. + ## 2.12.0 (2023-08-12) ### New Features diff --git a/package.json b/package.json index 0712c25..66d91af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sales-tax", "description": "International sales tax calculator for Node (offline, but provides optional online VAT number fraud check). Tax rates are kept up-to-date.", - "version": "2.12.0", + "version": "2.13.0", "homepage": "https://github.com/valeriansaliou/node-sales-tax", "license": "MIT", "author": {