Comparing version 2.2.2 to 2.2.3
# Changelog | ||
## 2.2.3 (2020-10-27) | ||
### Tax Rate Fixes | ||
* **Canada**: fix updated tax rates for some states, as calculation errors were introduced in `v2.2.2` due to the GST offset not being taken into account when HST is used [[@valeriansaliou](https://github.com/valeriansaliou), [57b0620](https://github.com/valeriansaliou/node-sales-tax/commit/57b0620817ea261e60a3a4e89d0f825aa8d6ff63)]. | ||
## 2.2.2 (2020-10-21) | ||
@@ -4,0 +10,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.2.2", | ||
"version": "2.2.3", | ||
"homepage": "https://github.com/valeriansaliou/node-sales-tax", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -93,3 +93,3 @@ { | ||
"NB": { | ||
"rate": 0.15, | ||
"rate": 0.10, | ||
"type": "hst" | ||
@@ -99,3 +99,3 @@ }, | ||
"NL": { | ||
"rate": 0.15, | ||
"rate": 0.10, | ||
"type": "hst" | ||
@@ -105,3 +105,3 @@ }, | ||
"NS": { | ||
"rate": 0.15, | ||
"rate": 0.10, | ||
"type": "hst" | ||
@@ -111,3 +111,3 @@ }, | ||
"ON": { | ||
"rate": 0.13, | ||
"rate": 0.08, | ||
"type": "hst" | ||
@@ -117,3 +117,3 @@ }, | ||
"PE": { | ||
"rate": 0.15, | ||
"rate": 0.10, | ||
"type": "hst" | ||
@@ -294,3 +294,3 @@ }, | ||
"rate": 0.23 | ||
} | ||
} | ||
} | ||
@@ -297,0 +297,0 @@ }, |
52909