From 06bbaf809585d0f084de1d15b161b05c6f4ec7bc Mon Sep 17 00:00:00 2001 From: onedionys Date: Mon, 11 Mar 2024 17:08:31 +0700 Subject: [PATCH] chore: adding package & update new version of release date --- README.md | 1 + package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cee6866..d7743fb 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ ajaxWrapper(url, 'POST', postData) * v1.0.1 : 10 March 2024 * v1.0.2 : 10 March 2024 * v1.0.3 : 11 March 2024 +* v4.0.0 : 11 March 2024 ## 🧑 Author diff --git a/package-lock.json b/package-lock.json index 26f87a7..d82bf38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "onedionys-ajax-wrapper", - "version": "1.0.3", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "onedionys-ajax-wrapper", - "version": "1.0.3", + "version": "4.0.0", "license": "ISC", "dependencies": { "cryndex": "^1.1.4", diff --git a/package.json b/package.json index e89228d..e3f2199 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "onedionys-ajax-wrapper", - "version": "1.0.3", + "version": "4.0.0", "description": "One Dionys (Ajax Wrapper) - Facilitates the use of XMLHttpRequest or Fetch API for HTTP requests with simpler syntax.", "main": "src/ajaxWrapper.js", "directories": {