From 9721875866fc8b7aa483dbf83be33b67c355fa69 Mon Sep 17 00:00:00 2001 From: Gitbot X <69758468+gitbot-x@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:51:06 +0300 Subject: [PATCH 1/2] Unto us, a child is born v1.0.15 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e11d780..e9e0cae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whatsappcloudapi_wrapper", - "version": "1.0.14", + "version": "1.0.15", "description": "Tired of doing things wrong? This package provides you with an easy way to get started and start building on the Whatsapp Cloud API. This is an unofficial wrapper for the Whatsapp Cloud API.", "main": "index.js", "author": "Daggie Blanqx", From 9c526a90a5144e3fdcd1e31cbfdcbf1615e72f52 Mon Sep 17 00:00:00 2001 From: Gitbot X <69758468+gitbot-x@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:51:58 +0300 Subject: [PATCH 2/2] Behold, the ascent to Node version twenty, a venture profound, from the realm of sixteen. Thus, in the ever-unfolding tapestry of code, doth progress march, each iteration a testament to the ceaseless quest for enlightenment. --- .github/workflows/npm-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index b96a2b9..3f58ffe 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - run: npm i - run: npm test env: @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 registry-url: https://registry.npmjs.org/ - run: npm i - run: npm publish