File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 3.10.0] - 2024-07-16
11+
1012### Added
1113
1214- Improvements in verification of Audit consistency proofs
Original file line number Diff line number Diff line change 11{
22 "name" : " pangea-node-sdk" ,
3- "version" : " 3.9 .0" ,
3+ "version" : " 3.10 .0" ,
44 "type" : " commonjs" ,
55 "main" : " ./dist/commonjs/index.js" ,
66 "types" : " ./dist/commonjs/index.d.ts" ,
Original file line number Diff line number Diff line change 11import { ConfigOptions , ConfigEnv } from "./types.js" ;
22
3- export const version = "3.9 .0" ;
3+ export const version = "3.10 .0" ;
44
55/** Configuration for a Pangea service client. */
66class PangeaConfig {
You can’t perform that action at this time.
0 commit comments