Skip to content

Commit

Permalink
Merge pull request #121 from PermanentOrg/noissue-release-0-6-0
Browse files Browse the repository at this point in the history
Publish v0.6.0
  • Loading branch information
slifty committed May 18, 2023
2 parents bd273f8 + 230cf94 commit 89604b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.6.0] - 2023-05-18
## Changed
- The `createArchiveRecord` function no longer uploads files, clients must use the new `uploadFile` function for this.

Expand Down Expand Up @@ -71,7 +73,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The `Archive` type.
- The `ClientConfig` type which allows an sdk user to specify their credentials and other configuration settings.

[Unreleased]: https://github.com/permanentorg/permanent-sdk/base/compare/v0.5.3...HEAD
[Unreleased]: https://github.com/permanentorg/permanent-sdk/base/compare/v0.6.0...HEAD
[0.5.3]: https://github.com/permanentorg/permanent-sdk/base/releases/tag/v0.6.0
[0.5.4]: https://github.com/permanentorg/permanent-sdk/base/releases/tag/v0.5.4
[0.5.3]: https://github.com/permanentorg/permanent-sdk/base/releases/tag/v0.5.3
[0.5.2]: https://github.com/permanentorg/permanent-sdk/base/releases/tag/v0.5.2
[0.5.1]: https://github.com/permanentorg/permanent-sdk/base/releases/tag/v0.5.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@permanentorg/sdk",
"version": "0.5.4",
"version": "0.6.0",
"description": "Functional Node.js SDK for Permanent.org",
"module": "dist/esm/index.js",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit 89604b4

Please sign in to comment.