diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cc0eba..5d9219b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.1](https://github.com/oceanprotocol/commons/compare/v0.5.0...v0.5.1) + +> 14 June 2019 + +- Submarine links and Pacific support [`#158`](https://github.com/oceanprotocol/commons/pull/158) +- link up transaction IDs with submarine, support pacific too [`97d6c27`](https://github.com/oceanprotocol/commons/commit/97d6c2756ed31f90f960dae21b8889d61232cd09) +- link version numbers to release pages [`6f7edfa`](https://github.com/oceanprotocol/commons/commit/6f7edfa30f3b188e87cbce3c2404db313920e305) +- add support for Pacific network [`46e6d89`](https://github.com/oceanprotocol/commons/commit/46e6d890572066cf33e336966b28e7b4b7fdf21f) + #### [v0.5.0](https://github.com/oceanprotocol/commons/compare/v0.4.5...v0.5.0) > 12 June 2019 diff --git a/client/package-lock.json b/client/package-lock.json index 06aeab3..92179ec 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,6 +1,6 @@ { "name": "commons-client", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/client/package.json b/client/package.json index 72aaed4..2186d8b 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,7 @@ { "name": "commons-client", "description": "Ocean Protocol marketplace frontend to explore, download, and publish open data sets.", - "version": "0.5.0", + "version": "0.5.1", "license": "Apache-2.0", "scripts": { "start": "react-scripts start", diff --git a/package-lock.json b/package-lock.json index 4d43cef..1afa444 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "commons", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 49c7f1c..339fffb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "commons", "description": "Ocean Protocol marketplace to explore, download, and publish open data sets.", - "version": "0.5.0", + "version": "0.5.1", "license": "Apache-2.0", "scripts": { "install": "./scripts/install.sh", diff --git a/server/package-lock.json b/server/package-lock.json index 4b6a000..afc18b4 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -1,6 +1,6 @@ { "name": "commons-server", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/server/package.json b/server/package.json index 19c15d7..f09f28c 100644 --- a/server/package.json +++ b/server/package.json @@ -1,7 +1,7 @@ { "name": "commons-server", "description": "Ocean Protocol marketplace backend.", - "version": "0.5.0", + "version": "0.5.1", "license": "Apache-2.0", "main": "dist/server.js", "scripts": {