From dbca907fc3d283c0c7e7602a1dc6d3b4464cccca Mon Sep 17 00:00:00 2001 From: Varun Villait Date: Wed, 20 Apr 2022 07:18:05 -0700 Subject: [PATCH] Update Version for Release (#21) * update actions * update test * add tests badge * fix badge * the badge * add badges * repo status * update version * remove gzip note --- README.md | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index adff0c3..e3d37d7 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ This is a simple JavaScript client library to access the various API endpoints p This library bundles up PDL API requests into simple function calls, making it easy to integrate into your projects. You can use the various [API endpoints](#endpoints) to access up-to-date, real-world data from our massive [Person](https://docs.peopledatalabs.com/docs/stats) and [Company](https://docs.peopledatalabs.com/docs/company-stats) Datasets. ## ✨ Features -- Tiny <2KB size gzip - Supports all People Data Labs API endpoints - Built-in Typescript support diff --git a/package.json b/package.json index a789db8..ac9679c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "peopledatalabs", - "version": "2.0.1", + "version": "2.0.2", "description": "An universal client for the People Data Labs API", "type": "module", "main": "dist/index.cjs",