Skip to content

Commit ec65a3a

Browse files
authored
Merge pull request #172 from avadev/21.3.1
21.3.1 update
2 parents e6cae74 + 7529199 commit ec65a3a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

lib/AvaTaxClient.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @author Ted Spence <[email protected]>
1111
* @copyright 2004-2018 Avalara, Inc.
1212
* @license https://www.apache.org/licenses/LICENSE-2.0
13-
* @version 21.3.0
13+
* @version 21.3.1
1414
* @link https://github.com/avadev/AvaTax-REST-V2-JS-SDK
1515
*/
1616

@@ -43,7 +43,7 @@ export default class AvaTaxClient {
4343
appName +
4444
'; ' +
4545
appVersion +
46-
'; JavascriptSdk; 21.3.0; ' +
46+
'; JavascriptSdk; 21.3.1; ' +
4747
machineName;
4848
}
4949

@@ -2166,6 +2166,7 @@ export default class AvaTaxClient {
21662166
* * `FilingRequested` - The company has requested to begin filing tax returns, but Avalara's compliance team has not yet begun filing.
21672167
* * `FirstFiling` - The company has recently filing tax returns and is in a new status.
21682168
* * `Active` - The company is currently active and is filing tax returns via Avalara Managed Returns.
2169+
* * `Inactive` - The company is currently inactive.
21692170
*
21702171
* ### Security Policies
21712172
*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "avatax",
3-
"version": "21.3.0",
3+
"version": "21.3.1",
44
"description": "AvaTax v2 SDK for languages using JavaScript",
55
"main": "index.js",
66
"homepage": "https://github.com/avadev/AvaTax-REST-V2-JS-SDK",

0 commit comments

Comments
 (0)