Skip to content

Commit e149073

Browse files
committed
Release v0.10.1
1 parent 4d16d77 commit e149073

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
## [0.10.1] - 2025-06-02
11+
1012
### Added
1113

1214
- 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
152154
- The `Archive` type.
153155
- The `ClientConfig` type which allows an sdk user to specify their credentials and other configuration settings.
154156

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
156159
[0.10.0]: https://github.com/permanentorg/permanent-sdk/base/releases/tag/v0.10.0
157160
[0.6.0]: https://github.com/permanentorg/permanent-sdk/base/releases/tag/v0.6.0
158161
[0.5.4]: https://github.com/permanentorg/permanent-sdk/base/releases/tag/v0.5.4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@permanentorg/sdk",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Functional Node.js SDK for Permanent.org",
55
"module": "dist/esm/index.js",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)