Skip to content

Commit 44c2f31

Browse files
authored
Merge pull request #2426 from o1-labs/mina-signer/release/v3.0.8
`mina-signer` new release v3.1.0
2 parents f54dd40 + be0b620 commit 44c2f31

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

src/mina-signer/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
All notable changes to this project are documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6+
This project adheres to
7+
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8+
9+
<!--
10+
Possible subsections:
11+
_Added_ for new features.
12+
_Changed_ for changes in existing functionality.
13+
_Deprecated_ for soon-to-be removed features.
14+
_Removed_ for now removed features.
15+
_Fixed_ for any bug fixes.
16+
_Security_ in case of vulnerabilities.
17+
-->
18+
19+
## [Unreleased](https://github.com/o1-labs/o1js/compare/f54dd40...HEAD)
20+
21+
## [3.1.0](https://github.com/o1-labs/o1js/compare/e3e758b...f54dd40) - 2025-09-09
22+
23+
### Added
24+
25+
- Allow signing zkApp command without fee payer private key
26+
https://github.com/o1-labs/o1js/pull/2417

src/mina-signer/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/mina-signer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mina-signer",
33
"description": "Node API for signing transactions on various networks for Mina Protocol",
4-
"version": "3.0.7",
4+
"version": "3.1.0",
55
"type": "module",
66
"scripts": {
77
"build": "tsc -p ../../tsconfig.mina-signer.json",

0 commit comments

Comments
 (0)