File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.10.1] - 2025-06-02
11
+
10
12
### Added
11
13
12
14
- SDK clients can now be configured to specify how many ` retry ` attempts to make.
@@ -152,7 +154,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
152
154
- The ` Archive ` type.
153
155
- The ` ClientConfig ` type which allows an sdk user to specify their credentials and other configuration settings.
154
156
155
- [ Unreleased ] : https://github.com/permanentorg/permanent-sdk/base/compare/v0.10.0...HEAD
157
+ [ Unreleased ] : https://github.com/permanentorg/permanent-sdk/base/compare/v0.10.1...HEAD
158
+ [ 0.10.1 ] : https://github.com/permanentorg/permanent-sdk/base/releases/tag/v0.10.1
156
159
[ 0.10.0 ] : https://github.com/permanentorg/permanent-sdk/base/releases/tag/v0.10.0
157
160
[ 0.6.0 ] : https://github.com/permanentorg/permanent-sdk/base/releases/tag/v0.6.0
158
161
[ 0.5.4 ] : https://github.com/permanentorg/permanent-sdk/base/releases/tag/v0.5.4
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @permanentorg/sdk" ,
3
- "version" : " 0.10.0 " ,
3
+ "version" : " 0.10.1 " ,
4
4
"description" : " Functional Node.js SDK for Permanent.org" ,
5
5
"module" : " dist/esm/index.js" ,
6
6
"main" : " dist/cjs/index.js" ,
You can’t perform that action at this time.
0 commit comments