Skip to content

Commit 089b0b6

Browse files
committed
Move over released version
1 parent c5a2694 commit 089b0b6

File tree

5 files changed

+428
-368
lines changed

5 files changed

+428
-368
lines changed

.github/workflows/ci.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717

18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v4
1919

20-
- uses: actions/setup-node@v4
21-
with:
22-
node-version-file: package.json
23-
cache: npm
20+
- uses: actions/setup-node@v4
21+
with:
22+
node-version-file: package.json
23+
cache: npm
2424

25-
- run: npm ci
25+
- run: npm ci
2626

27-
- run: npm run lint
27+
- run: npm run lint
2828

29-
- run: npm run build-dist
29+
- run: npm run build-dist

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Delivery Tracker Changelog
22

3+
## [FedEx Delivery Date Bug Fix] - 2025-03-07
4+
5+
Fixed a bug for the delivery date from FedEx. People living in timezones with a negative UTC offset incorrectly saw
6+
delivery dates a day earlier for FedEx. This has been fixed.
7+
8+
FedEx and UPS carrier parsing was improved to support additional packages per tracking number.
9+
310
## [Initial Release] - 2025-03-04
411

512
Tracks deliveries, packages, and parcels.

0 commit comments

Comments
 (0)