Comparing version 2.14.0 to 2.15.0
Changelog | ||
========= | ||
## 2.15.0 (2024-09-02) | ||
### Tax Rate Updates | ||
* **Finland**: 24% to 25.5% (1st September 2024) [[@brennofaneco](https://github.com/brennofaneco), [#69](https://github.com/valeriansaliou/node-sales-tax/pull/69)]. | ||
## 2.14.0 (2024-02-16) | ||
@@ -5,0 +11,0 @@ |
{ | ||
"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.14.0", | ||
"version": "2.15.0", | ||
"homepage": "https://github.com/valeriansaliou/node-sales-tax", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -354,3 +354,11 @@ { | ||
"currency": "EUR", | ||
"rate": 0.24 | ||
"rate": 0.255, | ||
"before": { | ||
"2024-08-31T22:00:00.000Z": { | ||
"type": "vat", | ||
"currency": "EUR", | ||
"rate": 0.24 | ||
} | ||
} | ||
}, | ||
@@ -357,0 +365,0 @@ |
73808
1609