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",