Skip to content

Commit

Permalink
Gc 1942 3/update lob address (#285)
Browse files Browse the repository at this point in the history
* update address in example req

* update changelog and version
  • Loading branch information
shannamurry authored Nov 27, 2023
1 parent 01bc6c8 commit 2158140
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 6.6.4 (2023-11-27)
##### Maintenance
* Updates address used in example address

### 6.6.3 (2022-08-24)
##### Features
* **campaigns** add support for campaigns endpoint ([PR_275](https://github.com/lob/lob-node/pull/275))
Expand Down
4 changes: 2 additions & 2 deletions examples/create_postcard_intl.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ async function getFrom() {
name: 'Harry Zhang',
email: '[email protected]',
phone: '5555555555',
address_line1: '210 KING ST',
address_line1: '2261 MARKET ST',
address_line2: '',
address_city: 'SAN FRANCISCO',
address_state: 'CA',
address_zip: '94107'
address_zip: '94114'
});

return from_address.id;
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Lob.com",
"printing"
],
"version": "6.6.3",
"version": "6.6.4",
"homepage": "https://github.com/lob/lob-node",
"author": "Lob <[email protected]> (https://lob.com/)",
"dependencies": {
Expand Down

0 comments on commit 2158140

Please sign in to comment.