Skip to content

Commit b12ea54

Browse files
committed
Merge branch 'main' into feat/eventPayload
2 parents 4a44aff + f430eaa commit b12ea54

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to `laravel-evm` will be documented in this file.
44

5+
## v0.2.2 - 2025-11-20
6+
7+
### What's Changed
8+
9+
* chore: fix docs, improved default values for transaction fee by @mweinschenk in https://github.com/farbcodegmbh/laravel-evm/pull/3
10+
* chore(deps): update kornrunner/ethereum-address requirement from ^0.3.0 to ^0.4.0 by @dependabot[bot] in https://github.com/farbcodegmbh/laravel-evm/pull/4
11+
* V0.2.2 by @mweinschenk in https://github.com/farbcodegmbh/laravel-evm/pull/5
12+
13+
**Full Changelog**: https://github.com/farbcodegmbh/laravel-evm/compare/v0.2.1...v0.2.2
14+
515
## v0.2.1 - 2025-11-05
616

717
**Full Changelog**: https://github.com/farbcodegmbh/laravel-evm/compare/v0.2.0...v0.2.1

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.1",
2+
"version": "0.2.2",
33
"devDependencies": {
44
"vitepress": "^1.6.3"
55
},

0 commit comments

Comments
 (0)