-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,31 @@ | ||
# @biconomy/gas-estimations | ||
|
||
## 0.2.56 | ||
## 0.2.57 | ||
|
||
### Patch Changes | ||
|
||
- Modernised tooling | ||
- Modernized development tooling: | ||
- Migrated to Bun for package management and running scripts | ||
- Replaced ESLint with Biome for linting | ||
- Added changesets for version management | ||
- Moved viem to peer dependencies | ||
- Added ESM + CJS builds | ||
|
||
- Improved CI/CD: | ||
- Added GitHub Actions workflows for: | ||
- Build verification | ||
- PR title linting | ||
- E2E testing | ||
- Bundle size reporting | ||
- Automated documentation deployment | ||
- Added code coverage reporting with Codecov | ||
|
||
- Enhanced Documentation: | ||
- Added automated API documentation generation | ||
- Improved testing documentation | ||
- Added PR-Codex for better PR descriptions | ||
|
||
- Development Experience: | ||
- Added E2E test suite | ||
- Improved test configuration management | ||
- Added bundle size limits |