Skip to content

Commit

Permalink
Merge pull request #172 from avadev/21.3.1
Browse files Browse the repository at this point in the history
21.3.1 update
  • Loading branch information
shilpakhanal authored Apr 1, 2021
2 parents e6cae74 + 7529199 commit ec65a3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions lib/AvaTaxClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author Ted Spence <[email protected]>
* @copyright 2004-2018 Avalara, Inc.
* @license https://www.apache.org/licenses/LICENSE-2.0
* @version 21.3.0
* @version 21.3.1
* @link https://github.com/avadev/AvaTax-REST-V2-JS-SDK
*/

Expand Down Expand Up @@ -43,7 +43,7 @@ export default class AvaTaxClient {
appName +
'; ' +
appVersion +
'; JavascriptSdk; 21.3.0; ' +
'; JavascriptSdk; 21.3.1; ' +
machineName;
}

Expand Down Expand Up @@ -2166,6 +2166,7 @@ export default class AvaTaxClient {
* * `FilingRequested` - The company has requested to begin filing tax returns, but Avalara's compliance team has not yet begun filing.
* * `FirstFiling` - The company has recently filing tax returns and is in a new status.
* * `Active` - The company is currently active and is filing tax returns via Avalara Managed Returns.
* * `Inactive` - The company is currently inactive.
*
* ### Security Policies
*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "avatax",
"version": "21.3.0",
"version": "21.3.1",
"description": "AvaTax v2 SDK for languages using JavaScript",
"main": "index.js",
"homepage": "https://github.com/avadev/AvaTax-REST-V2-JS-SDK",
Expand Down

0 comments on commit ec65a3a

Please sign in to comment.