diff --git a/CHANGELOG.md b/CHANGELOG.md index a8e2e84..1cbc8da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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). +#### [v2.4.1](https://github.com/oceanprotocol/commons/compare/v2.4.0...v2.4.1) + +> 19 May 2020 + +- fix history [`#282`](https://github.com/oceanprotocol/commons/pull/282) + #### [v2.4.0](https://github.com/oceanprotocol/commons/compare/v2.3.1...v2.4.0) > 19 May 2020 @@ -19,8 +25,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - [Security] Bump handlebars from 4.5.3 to 4.7.6 [`#227`](https://github.com/oceanprotocol/commons/pull/227) - Bump release-it from 13.1.1 to 13.6.0 [`#226`](https://github.com/oceanprotocol/commons/pull/226) - bump to squid-js v2.2.0 [`91821e8`](https://github.com/oceanprotocol/commons/commit/91821e88d4e4ff1bb6814338b3d9fee4746fd9a8) +- Release 2.4.0 [`c0effd4`](https://github.com/oceanprotocol/commons/commit/c0effd449f7cc01cf043ab924bb8040d0db55b9b) - Merge pull request #281 from oceanprotocol/dependabot/npm_and_yarn/client/react-router-dom-5.2.0 [`6f05baf`](https://github.com/oceanprotocol/commons/commit/6f05baff3af9fa7490100b79b2978ed56ece02f4) -- Merge pull request #276 from oceanprotocol/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-2.34.0 [`0abc740`](https://github.com/oceanprotocol/commons/commit/0abc740ed86decdee6225231c7468646c145dad1) #### [v2.3.1](https://github.com/oceanprotocol/commons/compare/v2.3.0...v2.3.1) diff --git a/client/package-lock.json b/client/package-lock.json index 4093ead..f324222 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,6 +1,6 @@ { "name": "commons-client", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/client/package.json b/client/package.json index bccead2..9831ee0 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": "2.4.0", + "version": "2.4.1", "license": "Apache-2.0", "scripts": { "start": "react-scripts start", diff --git a/package-lock.json b/package-lock.json index 094fbf5..a893ba3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "commons", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3b53c6e..5bbc79d 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": "2.4.0", + "version": "2.4.1", "license": "Apache-2.0", "scripts": { "install": "./scripts/install.sh", diff --git a/server/package-lock.json b/server/package-lock.json index af0ec6b..337565e 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -1,6 +1,6 @@ { "name": "commons-server", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/server/package.json b/server/package.json index 605196d..9fea528 100644 --- a/server/package.json +++ b/server/package.json @@ -1,7 +1,7 @@ { "name": "commons-server", "description": "Ocean Protocol marketplace backend.", - "version": "2.4.0", + "version": "2.4.1", "license": "Apache-2.0", "main": "dist/src/server.js", "scripts": {