From f8c9f04951b6d59f2e8493dc293896bddcf50a66 Mon Sep 17 00:00:00 2001 From: Anthony DiPadova Date: Mon, 28 Feb 2022 13:36:59 -0800 Subject: [PATCH] Update version to v1.0.22 --- package.json | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cbeef5d..89581b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coingecko-api-typed-pro", - "version": "1.0.20", + "version": "1.0.22", "description": "A Node.js wrapper for the CoinGecko API with no dependencies with generated inline d.ts typings and pro account support.", "main": "lib/index.js", "homepage": "https://github.com/tdipadova3rd/CoinGecko-API", diff --git a/src/index.js b/src/index.js index 8f89958..076c56b 100644 --- a/src/index.js +++ b/src/index.js @@ -29,7 +29,7 @@ const Utils = require('./helpers/utilities'); * const CoinGecko = require('coingecko-api-typed'); * const CoinGeckoClient = new CoinGecko(); * @public - * @version 1.0.20 + * @version 1.0.22 * @license MIT * @kind class */