From 8b7f2c18e5275405fe53cad8449d44512c49303a Mon Sep 17 00:00:00 2001 From: GDS K S <39922405+gagandua078@users.noreply.github.com> Date: Wed, 31 Jul 2024 19:45:59 -0500 Subject: [PATCH 1/2] Update publish.yml Node 18 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2dd18fd..f2e33c6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: Publish to NPM +name: Publish to npm on: push: From 26c4eb93d7f835612fe2910e9200c37383e7317a Mon Sep 17 00:00:00 2001 From: GDS K S <39922405+gagandua078@users.noreply.github.com> Date: Wed, 31 Jul 2024 19:49:33 -0500 Subject: [PATCH 2/2] Publish First Release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29bedbc..2bb0d59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glin-profanity", - "version": "0.0.1", + "version": "1.0.1", "description": "Glin-Profanity is a lightweight and efficient npm package designed to detect and filter profane language in text inputs across multiple languages. Whether you’re building a chat application, a comment section, or any platform where user-generated content is involved, Glin-Profanity helps you maintain a clean and respectful environment.", "main": "dist/index.js", "types": "dist/index.d.ts",