Skip to content

Commit

Permalink
chore: updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
joepegler committed Jan 17, 2025
1 parent 595f42f commit c8c0dd6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
GOLD_KEY: ${{ secrets.GOLD_KEY }}
XLAYER_KEY: ${{ secrets.XLAYER_KEY }}
CONDUIT_KEY: ${{ secrets.CONDUIT_KEY }}
QUICKNODE_AVAX_TESTNET_KEY: ${{ secrets.QUICKNODE_AVAX_TESTNET_KEY }}
QUICKNODE_AVAX_KEY: ${{ secrets.QUICKNODE_AVAX_KEY }}

- name: Run the tests
run: bun run test --coverage
Expand Down
28 changes: 26 additions & 2 deletions CHANGELOG.md
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

0 comments on commit c8c0dd6

Please sign in to comment.