Skip to content

Commit 6fad662

Browse files
ci: update the version packages (rc) (#153)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 940a6b0 commit 6fad662

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
"initialVersions": {
55
"@openzeppelin/relayer-sdk": "1.2.1"
66
},
7-
"changesets": []
7+
"changesets": [
8+
"pretty-horses-brake"
9+
]
810
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# @openzeppelin/relayer-sdk
22

33

4+
## 1.3.0-rc.0 (2025-08-06)
5+
6+
- Add new endpoint types for plugins ([#151](https://github.com/OpenZeppelin/openzeppelin-relayer-sdk/pull/151))
7+
48
## 1.2.1 (2025-08-05)
59

610
- Export custom modules from modules index file ([#144](https://github.com/OpenZeppelin/openzeppelin-relayer-sdk/pull/144))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openzeppelin/relayer-sdk",
3-
"version": "1.2.1",
3+
"version": "1.3.0-rc.0",
44
"description": "OpenZeppelin Relayer SDK",
55
"license": "AGPL-3.0-or-later",
66
"files": [

0 commit comments

Comments
 (0)