From 04a3e4d31a145b5cb8f76ed93a5e5b64db20d51a Mon Sep 17 00:00:00 2001 From: Guilherme Santiago Date: Tue, 17 Jan 2023 13:14:31 -0300 Subject: [PATCH] feat: remove wip note and publish v0.0.1 --- README.md | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c4ed2aa..0f0dd26 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ [![downloads](https://img.shields.io/npm/dm/polling-connection)](https://www.npmjs.com/package/polling-connection) [![npm](https://img.shields.io/npm/v/polling-connection)](https://www.npmjs.com/package/polling-connection) -🚧 WIP: Work in Progress 🚧 - Event-based polling module written in TS with time tracking and aborting support. :white_check_mark: Agnostic (works with axios, fetch or any async function)
diff --git a/package.json b/package.json index 9e589dd..94ec2ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polling-connection", - "version": "0.0.1-alpha.4", + "version": "0.0.1", "description": "Event-based polling module written in TS with time tracking and aborting support.", "files": [ "dist"