Skip to content

Commit

Permalink
Merge pull request #489 from EasyPost/v7.5.4
Browse files Browse the repository at this point in the history
chore: prep v7.5.4 for release
  • Loading branch information
Justintime50 authored Jan 23, 2025
2 parents 8ece8d1 + 94dcc91 commit 8257dd4
Show file tree
Hide file tree
Showing 6 changed files with 1,132 additions and 1,310 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v7.5.4 (2025-01-22)

- Replaces Webpack with Vite for building the distributable library
- Fixes the filename for the `AddressCreateParameters` type declaration file (closes #487)
- Bumps dependencies

## v7.5.3 (2024-10-02)

- Removes the deprecated `create_list` tracker endpoint function as it is no longer available via API
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('./dist/easypost.js').default;
module.exports = require('./dist/easypost.js');
Loading

0 comments on commit 8257dd4

Please sign in to comment.