Skip to content

Commit

Permalink
chore(main): release evm 1.0.5 (#496)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.0.5](evm-v1.0.4...evm-v1.0.5)
(2024-08-22)


### Bug Fixes

* Add missing `getDepositData`
([#494](#494))
([81c71fd](81c71fd))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
MakMuftic authored Aug 22, 2024
1 parent 81c71fd commit 2afb8a3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/evm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.5](https://github.com/sygmaprotocol/sygma-sdk/compare/evm-v1.0.4...evm-v1.0.5) (2024-08-22)


### Bug Fixes

* Add missing `getDepositData` ([#494](https://github.com/sygmaprotocol/sygma-sdk/issues/494)) ([81c71fd](https://github.com/sygmaprotocol/sygma-sdk/commit/81c71fdf22dc5ec93503350b7de1d5a96c1235a9))

## [1.0.4](https://github.com/sygmaprotocol/sygma-sdk/compare/evm-v1.0.3...evm-v1.0.4) (2024-08-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/evm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buildwithsygma/evm",
"version": "1.0.4",
"version": "1.0.5",
"description": "Core primitives for bridging and message passing",
"main": "dist-esm/index.js",
"types": "types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion release-please/rp-evm-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/evm":"1.0.4"}
{"packages/evm":"1.0.5"}

0 comments on commit 2afb8a3

Please sign in to comment.