Skip to content

Commit 52da2e0

Browse files
committed
Update permanent sdk to v0.5.2
1 parent 56561ee commit 52da2e0

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 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.2] - 2023-03-02
911
### Added
1012
- `Archive` now has a [`slug`](https://developer.mozilla.org/en-US/docs/Glossary/Slug) field.
1113

@@ -53,7 +55,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5355
- The `Archive` type.
5456
- The `ClientConfig` type which allows an sdk user to specify their credentials and other configuration settings.
5557

56-
[Unreleased]: https://github.com/permanentorg/permanent-sdk/base/compare/v0.4.0...HEAD
58+
[Unreleased]: https://github.com/permanentorg/permanent-sdk/base/compare/v0.5.2...HEAD
59+
[0.5.2]: https://github.com/permanentorg/permanent-sdk/base/releases/tag/v0.5.2
60+
[0.5.1]: https://github.com/permanentorg/permanent-sdk/base/releases/tag/v0.5.1
61+
[0.5.0]: https://github.com/permanentorg/permanent-sdk/base/releases/tag/v0.5.0
5762
[0.4.0]: https://github.com/permanentorg/permanent-sdk/base/releases/tag/v0.4.0
5863
[0.3.0]: https://github.com/permanentorg/permanent-sdk/base/releases/tag/v0.3.0
5964
[0.2.1]: https://github.com/permanentorg/permanent-sdk/base/releases/tag/v0.2.1

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