From 7ddaf794a9924d5d8d41227bafc7a139f4b1ee26 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 19 May 2020 12:35:28 +0200 Subject: [PATCH] Release 2.1.3 --- CHANGELOG.md | 14 ++++++++++++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 633886d..1f65c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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.1.3](https://github.com/oceanprotocol/squid-js/compare/v2.1.2...v2.1.3) + +> 19 May 2020 + +- Bump @types/node from 14.0.0 to 14.0.1 [`#429`](https://github.com/oceanprotocol/squid-js/pull/429) +- Bump mocha from 7.1.0 to 7.1.2 [`#426`](https://github.com/oceanprotocol/squid-js/pull/426) +- security fixes [`57ed868`](https://github.com/oceanprotocol/squid-js/commit/57ed8681c167c191ffdb6fd7385e3a2f8a7cb70b) +- Merge pull request #428 from oceanprotocol/dependabot/npm_and_yarn/ethereum-navigator/navigator-0.5.2 [`5d3bc94`](https://github.com/oceanprotocol/squid-js/commit/5d3bc949de1306f01fde21f97d4dd0255aa1c78b) +- Merge pull request #425 from oceanprotocol/dependabot/npm_and_yarn/release-it/bumper-1.1.1 [`dad7804`](https://github.com/oceanprotocol/squid-js/commit/dad78048bad39c0fc3411d6f6d4243317bfba4b6) + #### [v2.1.2](https://github.com/oceanprotocol/squid-js/compare/v2.1.1...v2.1.2) > 18 May 2020 @@ -17,9 +27,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Update @types/node to the latest version 🚀 [`#412`](https://github.com/oceanprotocol/squid-js/pull/412) - [Security] Bump jquery from 3.4.1 to 3.5.1 [`#415`](https://github.com/oceanprotocol/squid-js/pull/415) - Update uuid to the latest version 🚀 [`#407`](https://github.com/oceanprotocol/squid-js/pull/407) +- Release 2.1.2 [`32b671e`](https://github.com/oceanprotocol/squid-js/commit/32b671e2a4d48e05acab36fdd5fff8c2c83a3c48) - Merge pull request #424 from oceanprotocol/dependabot/npm_and_yarn/types/node-fetch-2.5.7 [`27a8a37`](https://github.com/oceanprotocol/squid-js/commit/27a8a37729bb01735c3023f6aa6fc23302f08d98) - Merge pull request #423 from oceanprotocol/dependabot/npm_and_yarn/types/sinon-9.0.1 [`c618c9c`](https://github.com/oceanprotocol/squid-js/commit/c618c9c2a752c02ba7f40051c6d7cd8fa8a20c08) -- Merge pull request #422 from oceanprotocol/dependabot/npm_and_yarn/typedoc-0.17.7 [`c386136`](https://github.com/oceanprotocol/squid-js/commit/c386136ecb8f820b9f0ded6dcbf4faf45a6ffa19) #### [v2.1.1](https://github.com/oceanprotocol/squid-js/compare/v2.1.0...v2.1.1) @@ -881,7 +891,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### [v0.1.1](https://github.com/oceanprotocol/squid-js/compare/v0.1.0...v0.1.1) -> 18 May 2020 +> 19 May 2020 #### [v0.1.0](https://github.com/oceanprotocol/squid-js/compare/v0.1.0-beta.20...v0.1.0) diff --git a/package-lock.json b/package-lock.json index f8455cc..36a2eeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5ba7b83..739ed25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/squid", - "version": "2.1.2", + "version": "2.1.3", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/squid.js", "typings": "./dist/node/squid.d.ts",