Comparing version 2.17.0 to 2.18.0
Changelog | ||
========= | ||
## 2.18.0 (2025-01-06) | ||
### Tax Rate Updates | ||
* **Israel**: 17% to 18% (1st January 2025) [[@valeriansaliou](https://github.com/valeriansaliou), [46d696d](https://github.com/valeriansaliou/node-sales-tax/commit/46d696d1ed2da701cac049c23c9bf2e51db1b1f7)]. | ||
## 2.17.0 (2025-01-01) | ||
@@ -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.17.0", | ||
"version": "2.18.0", | ||
"homepage": "https://github.com/valeriansaliou/node-sales-tax", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -454,3 +454,11 @@ { | ||
"currency": "ILS", | ||
"rate": 0.17 | ||
"rate": 0.18, | ||
"before": { | ||
"2024-12-31T22:00:00.000Z": { | ||
"type": "vat", | ||
"currency": "ILS", | ||
"rate": 0.17 | ||
} | ||
} | ||
}, | ||
@@ -457,0 +465,0 @@ |
75694
1639