Skip to content

Commit

Permalink
Merge pull request #72 from nevermined-io/update/sdk-1.6.0
Browse files Browse the repository at this point in the history
Update/sdk 1.6.0
  • Loading branch information
dancespiele authored Jul 12, 2023
2 parents e018086 + 3c94fc6 commit 8aff78c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.5.2](https://github.com/nevermined-io/sdk-dtp/compare/v0.5.2...v0.5.2)

#### [v0.5.2](https://github.com/nevermined-io/sdk-dtp/compare/v0.5.1...v0.5.2)

> 3 July 2023
- update to sdk 1.5.4 [`#69`](https://github.com/nevermined-io/sdk-dtp/pull/69)
- update sdk-dtp version to 0.5.2 [`1378f5f`](https://github.com/nevermined-io/sdk-dtp/commit/1378f5fcf577d3a25d2347d7c796fcbf2ae27058)

#### [v0.5.1](https://github.com/nevermined-io/sdk-dtp/compare/v0.5.0...v0.5.1)

> 29 June 2023
- feat: update sdk to 1.5.3 [`#68`](https://github.com/nevermined-io/sdk-dtp/pull/68)

#### [v0.5.0](https://github.com/nevermined-io/sdk-dtp/compare/v0.4.20...v0.5.0)

> 20 June 2023
- feat: bump version [`#67`](https://github.com/nevermined-io/sdk-dtp/pull/67)
- feat: update workflows actions [`6a7fdd2`](https://github.com/nevermined-io/sdk-dtp/commit/6a7fdd22c74f881298e2226fe41f5432dfe65327)
- chore: adding v0.4.20 Changelog updates [`ee3ca5a`](https://github.com/nevermined-io/sdk-dtp/commit/ee3ca5af9c5e6d616835211ff1097b63e91fb589)

#### [v0.4.20](https://github.com/nevermined-io/sdk-dtp/compare/v0.4.19...v0.4.20)

> 15 June 2023
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nevermined-io/sdk-dtp",
"version": "0.6.0",
"version": "0.6.1",
"description": "Javascript SDK for connecting with Nevermined Data Platform (Data Transfer proofs module)",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -38,11 +38,11 @@
"web3-utils": "^1.7.4"
},
"peerDependencies": {
"@nevermined-io/sdk": "^1.6.0-rc1"
"@nevermined-io/sdk": "^1.6.0"
},
"devDependencies": {
"@faker-js/faker": "^6.3.1",
"@nevermined-io/sdk": "^1.6.0-rc1",
"@nevermined-io/sdk": "^1.6.0",
"@release-it/bumper": "^1.4.1",
"@truffle/hdwallet-provider": "^1.0.42",
"@types/chai": "^4.2.12",
Expand Down

0 comments on commit 8aff78c

Please sign in to comment.