Comparing version 2.2.1 to 2.2.2
# Changelog | ||
## 2.2.2 (2020-10-21) | ||
### Tax Rate Updates | ||
* **Canada**: tax rates have been updated for some states [[@stephankaag](https://github.com/stephankaag), [#32](https://github.com/valeriansaliou/node-sales-tax/pull/32)]. | ||
## 2.2.1 (2020-09-01) | ||
@@ -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.1", | ||
"version": "2.2.2", | ||
"homepage": "https://github.com/valeriansaliou/node-sales-tax", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -88,3 +88,3 @@ { | ||
"MB": { | ||
"rate": 0.08, | ||
"rate": 0.07, | ||
"type": "rst" | ||
@@ -94,3 +94,3 @@ }, | ||
"NB": { | ||
"rate": 0.10, | ||
"rate": 0.15, | ||
"type": "hst" | ||
@@ -100,3 +100,3 @@ }, | ||
"NL": { | ||
"rate": 0.10, | ||
"rate": 0.15, | ||
"type": "hst" | ||
@@ -106,3 +106,3 @@ }, | ||
"NS": { | ||
"rate": 0.10, | ||
"rate": 0.15, | ||
"type": "hst" | ||
@@ -112,3 +112,3 @@ }, | ||
"ON": { | ||
"rate": 0.08, | ||
"rate": 0.13, | ||
"type": "hst" | ||
@@ -118,3 +118,3 @@ }, | ||
"PE": { | ||
"rate": 0.10, | ||
"rate": 0.15, | ||
"type": "hst" | ||
@@ -121,0 +121,0 @@ }, |
52535