Skip to content

Commit 0d5daef

Browse files
committed
Publish v0.5.3
1 parent a64df16 commit 0d5daef

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.5.3] - 2023-04-03
911
### Added
1012
- the `deleteFolder` function now exists.
1113
- the `deleteArchiveRecord` function now exists.
@@ -60,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6062
- The `Archive` type.
6163
- The `ClientConfig` type which allows an sdk user to specify their credentials and other configuration settings.
6264

63-
[Unreleased]: https://github.com/permanentorg/permanent-sdk/base/compare/v0.5.2...HEAD
65+
[Unreleased]: https://github.com/permanentorg/permanent-sdk/base/compare/v0.5.3...HEAD
66+
[0.5.3]: https://github.com/permanentorg/permanent-sdk/base/releases/tag/v0.5.3
6467
[0.5.2]: https://github.com/permanentorg/permanent-sdk/base/releases/tag/v0.5.2
6568
[0.5.1]: https://github.com/permanentorg/permanent-sdk/base/releases/tag/v0.5.1
6669
[0.5.0]: https://github.com/permanentorg/permanent-sdk/base/releases/tag/v0.5.0

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.

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.5.2",
3+
"version": "0.5.3",
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)