Skip to content

Commit 2158140

Browse files
authored
Gc 1942 3/update lob address (#285)
* update address in example req * update changelog and version
1 parent 01bc6c8 commit 2158140

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 6.6.4 (2023-11-27)
2+
##### Maintenance
3+
* Updates address used in example address
4+
15
### 6.6.3 (2022-08-24)
26
##### Features
37
* **campaigns** add support for campaigns endpoint ([PR_275](https://github.com/lob/lob-node/pull/275))

examples/create_postcard_intl.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ async function getFrom() {
1818
name: 'Harry Zhang',
1919
2020
phone: '5555555555',
21-
address_line1: '210 KING ST',
21+
address_line1: '2261 MARKET ST',
2222
address_line2: '',
2323
address_city: 'SAN FRANCISCO',
2424
address_state: 'CA',
25-
address_zip: '94107'
25+
address_zip: '94114'
2626
});
2727

2828
return from_address.id;

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
@@ -10,7 +10,7 @@
1010
"Lob.com",
1111
"printing"
1212
],
13-
"version": "6.6.3",
13+
"version": "6.6.4",
1414
"homepage": "https://github.com/lob/lob-node",
1515
"author": "Lob <[email protected]> (https://lob.com/)",
1616
"dependencies": {

0 commit comments

Comments
 (0)