diff --git a/CHANGELOG.md b/CHANGELOG.md index 24b8d92..e62f509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.3.1](https://github.com/erdDEVcode/utils/compare/v1.3.0...v1.3.1) (2020-11-24) + # [1.3.0](https://github.com/erdDEVcode/utils/compare/v1.2.0...v1.3.0) (2020-11-24) diff --git a/README.md b/README.md index f41210f..e4bc190 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,16 @@ +[![NPM module](https://badge.fury.io/js/elrond-data.svg)](https://badge.fury.io/js/elrond-data) +[![Join the community](https://img.shields.io/badge/Chat%20on-Telegram-brightgreen.svg?color=0088cc)](https://t.me/erdDEV) +[![Follow on Twitter](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Follow&maxAge=2592000)](https://twitter.com/erd_dev) + # elrond-data Data for building with Elrond. Features: -* Cross-platform: Node.js, Browser, Web workers and React Native. -* Small and lightweight. * Contains default configuration for Mainnet and Testnet tokens. +* Small and lightweight +* Cross-platform: Node.js, Browser, Web workers and React Native. * Typescript definitions. * Full [documentation](https://erddevcode.github.io/utils/) diff --git a/package-lock.json b/package-lock.json index 768683a..ba47a51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "elrond-data", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f8b0f39..7a92575 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elrond-data", - "version": "1.3.0", + "version": "1.3.1", "description": "Data for building with Elrond.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",