From 43a96cc9c3570d306528aa4683cba3da6ba2a1bd Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 29 Sep 2020 14:44:47 +0200 Subject: [PATCH] Release 0.3.2 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4678b059..50fb1fed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,22 @@ 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.3.2](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.3.1...v0.3.2) + +- Fix asset create [`#320`](https://github.com/oceanprotocol/ocean-lib-js/pull/320) +- Bump decimal.js from 10.2.0 to 10.2.1 [`#317`](https://github.com/oceanprotocol/ocean-lib-js/pull/317) +- Bump @typescript-eslint/eslint-plugin from 4.2.0 to 4.3.0 [`#318`](https://github.com/oceanprotocol/ocean-lib-js/pull/318) +- Bump @typescript-eslint/parser from 4.2.0 to 4.3.0 [`#319`](https://github.com/oceanprotocol/ocean-lib-js/pull/319) +- Bump eslint from 7.9.0 to 7.10.0 [`#314`](https://github.com/oceanprotocol/ocean-lib-js/pull/314) +- Bump eslint-config-prettier from 6.11.0 to 6.12.0 [`#313`](https://github.com/oceanprotocol/ocean-lib-js/pull/313) +- fix test spy [`cde752f`](https://github.com/oceanprotocol/ocean-lib-js/commit/cde752f4ae6927ce5acd680bea27f23325e8de02) +- dt check [`fc534c3`](https://github.com/oceanprotocol/ocean-lib-js/commit/fc534c3ce9d25a20774bdb9f29166d39add840c2) +- incorrect balance check [`d6be9ad`](https://github.com/oceanprotocol/ocean-lib-js/commit/d6be9ad45d6bd598fc604ed1cd7746aa616f6327) + #### [v0.3.1](https://github.com/oceanprotocol/ocean-lib-js/compare/v0.3.0...v0.3.1) +> 25 September 2020 + - replace lzma library [`#311`](https://github.com/oceanprotocol/ocean-lib-js/pull/311) - refactor getting local contract addresses [`#312`](https://github.com/oceanprotocol/ocean-lib-js/pull/312) - make it work with lzma-native [`2896a8e`](https://github.com/oceanprotocol/ocean-lib-js/commit/2896a8e24f8469e2590ccdab13c45c8c3a942a8e) diff --git a/package-lock.json b/package-lock.json index 81b67cf6..bdca53cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b7f224b8..6a9d651f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/lib", - "version": "0.3.1", + "version": "0.3.2", "description": "JavaScript client library for Ocean Protocol", "main": "./dist/node/lib.js", "typings": "./dist/node/lib.d.ts",