Skip to content

Commit 4fe9fef

Browse files
committed
Publish v0.5.4
1 parent e687de2 commit 4fe9fef

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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.4] - 2023-04-18
911
### Fixed
1012
- The `Account.isSftpDeletionEnabled` property is now populated based on the values provided by the Permanent API.
1113

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