Skip to content

Commit

Permalink
6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparticuz committed Dec 7, 2023
1 parent 763b258 commit 2ca5ac7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
@@ -1,6 +1,6 @@
{
"name": "usps-webtools-promise",
"version": "6.0.1",
"version": "6.1.0",
"description": "API wrapper for the USPS Web-Tools, with Promises!",
"keywords": [
"usps",
Expand Down

1 comment on commit 2ca5ac7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage for this commit

100.00%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   address-validate.ts100%100%100%100%
   multiple-address-validate.ts100%100%100%100%
   usps.ts100%100%100%100%
src/lookups
   city-state-lookup.ts100%100%100%100%
   pricing-rate-lookup.ts100%100%100%100%
   zip-code-lookup.ts100%100%100%100%
src/utils
   proper-case.ts100%100%100%100%
   request.ts100%100%100%100%

Please sign in to comment.