Skip to content

Commit ac84c27

Browse files
author
juliehubs
authored
Add qualified widow option to filing status (#71)
* Add qualified widow option to filing status * updating version
1 parent 7194a1e commit ac84c27

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@withabound/node-sdk",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "The Abound Node library provides convenient access to the Abound API from applications written in server-side JavaScript.",
55
"author": "Abound <[email protected]>",
66
"license": "MIT",

src/resources/Taxes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export enum FilingStatus {
1616
MARRIED = "married",
1717
MARRIED_SEPARATELY = "marriedSeparately",
1818
HEAD_OF_HOUSEHOLD = "headOfHousehold",
19+
QUALIFIED_WIDOW = "qualifiedWidow",
1920
}
2021

2122
// response body

src/util/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated by genversion.
2-
export const version = "1.1.4";
2+
export const version = "1.1.5";

0 commit comments

Comments
 (0)