From 2965eccfcae28e9fc76de862f09a8c8c65f213fc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 20 Feb 2020 13:36:46 +0000 Subject: [PATCH] chore(release): 2.0.1-beta.121 [skip ci] ## [2.0.1-beta.121](https://github.com/PolymathNetwork/polymath-sdk/compare/v2.0.1-beta.120@beta...v2.0.1-beta.121@beta) (2020-02-20) ### Bug Fixes * add more comments ([fa7ac9c](https://github.com/PolymathNetwork/polymath-sdk/commit/fa7ac9c)) * broken test ([6335f56](https://github.com/PolymathNetwork/polymath-sdk/commit/6335f56)) * enable count transfer manager refactor ([2bd3d73](https://github.com/PolymathNetwork/polymath-sdk/commit/2bd3d73)) * extra space ([c2f38d0](https://github.com/PolymathNetwork/polymath-sdk/commit/c2f38d0)) * remove the changes made to ptm, prevent conflict with other pr ([f86a6a8](https://github.com/PolymathNetwork/polymath-sdk/commit/f86a6a8)) * tests that needed to be updated to return from stub ([8b9860b](https://github.com/PolymathNetwork/polymath-sdk/commit/8b9860b)) * unnecessary comment ([2d50f1d](https://github.com/PolymathNetwork/polymath-sdk/commit/2d50f1d)) ### Features * add more modification procedures ([91ad8e6](https://github.com/PolymathNetwork/polymath-sdk/commit/91ad8e6)) * add more robust testing to the project, first example ([34f1706](https://github.com/PolymathNetwork/polymath-sdk/commit/34f1706)) * disable controller not working test ([7938d37](https://github.com/PolymathNetwork/polymath-sdk/commit/7938d37)) * refactor div payments and reclaim funds tests ([3104fce](https://github.com/PolymathNetwork/polymath-sdk/commit/3104fce)) * refactor of modify shareholder data check args ([b2eba3a](https://github.com/PolymathNetwork/polymath-sdk/commit/b2eba3a)) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58cf0bf..aa7fd59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@polymathnetwork/sdk", - "version": "2.0.1-beta.120", + "version": "2.0.1-beta.121", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index df48756..4a29346 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@polymathnetwork/sdk", - "version": "2.0.1-beta.120", + "version": "2.0.1-beta.121", "description": "A Javascript SDK for interacting with the Polymath network for the browser and Node.js", "bugs": { "url": "https://github.com/PolymathNetwork/polymath-sdk/issues"