From 016f858f82ee983814ce487a8de0a67b68652196 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 10 Sep 2019 14:49:55 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] # [2.2.0](https://github.com/PolymathNetwork/polymath-abi-wrappers/compare/v2.1.2...v2.2.0) (2019-09-10) ### Bug Fixes * add the abi to the abi decoder once again ([9ca4ccc](https://github.com/PolymathNetwork/polymath-abi-wrappers/commit/9ca4ccc)) ### Features * add npm automation ([90da398](https://github.com/PolymathNetwork/polymath-abi-wrappers/commit/90da398)) * add npm automation ([cea1669](https://github.com/PolymathNetwork/polymath-abi-wrappers/commit/cea1669)) * add npm automation ([8611da7](https://github.com/PolymathNetwork/polymath-abi-wrappers/commit/8611da7)) * add npm automation ([415ae33](https://github.com/PolymathNetwork/polymath-abi-wrappers/commit/415ae33)) * add npm automation ([a30d37e](https://github.com/PolymathNetwork/polymath-abi-wrappers/commit/a30d37e)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ea5c52b..dfc6ac6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@polymathnetwork/abi-wrappers", - "version": "3.0.0", + "version": "2.2.0", "engines": { "node": ">=6.12" },