Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit e9769ce

Browse files
authored
chore(main): release evm 1.3.0 (#525)
🤖 I have created a release *beep* *boop* --- ## [1.3.0](evm-v1.2.0...evm-v1.3.0) (2024-09-10) ### Features * **evm:** Update SDK to Support New ERC20Handler with Optional Contract Call ([#504](#504)) ([2cb56a2](2cb56a2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 2cb56a2 commit e9769ce

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/evm/CHANGELOG.md

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

3+
## [1.3.0](https://github.com/sygmaprotocol/sygma-sdk/compare/evm-v1.2.0...evm-v1.3.0) (2024-09-10)
4+
5+
6+
### Features
7+
8+
* **evm:** Update SDK to Support New ERC20Handler with Optional Contract Call ([#504](https://github.com/sygmaprotocol/sygma-sdk/issues/504)) ([2cb56a2](https://github.com/sygmaprotocol/sygma-sdk/commit/2cb56a28a270502b3590460fd7c750ca53bb7333))
9+
310
## [1.2.0](https://github.com/sygmaprotocol/sygma-sdk/compare/evm-v1.1.0...evm-v1.2.0) (2024-09-09)
411

512

packages/evm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@buildwithsygma/evm",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Core primitives for bridging and message passing",
55
"main": "dist-esm/index.js",
66
"types": "types/index.d.ts",

release-please/rp-evm-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/evm":"1.2.0"}
1+
{"packages/evm":"1.3.0"}

0 commit comments

Comments
 (0)