Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Commit

Permalink
v2.0.1 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade authored Aug 4, 2021
1 parent 50a5fe3 commit a514ec7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@

## Unreleased
### Changes

## [2.0.1] - 2021-08-04
### Changes
- Updated registry.resolveRegistration to support not found cases for nodes that do not return a failure reason.
- Updated the Activity Content Published field validation regex to support fractional seconds
- Updated @dsnp/contracts to v1.0.1
- Updated minor dependencies
### Fixed
- sdk.createRegistration was incorrectly returning a DSNP User Id instead of a DSNP User URI

## [2.0.1] - TBD
### Fixed
- no longer using destructuring for methods that result in a `store.putStream` call.
- no longer using destructuring for methods that result in a `store.putStream` call.
- sdk.createRegistration was incorrectly returning a DSNP User Id instead of a DSNP User URI

## [2.0.0] - 2021-08-02
### Changes
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": "@dsnp/sdk",
"version": "2.0.0",
"version": "2.0.1",
"description": "SDK Library for the DSNP",
"type": "commonjs",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit a514ec7

Please sign in to comment.