From 5b8879faf43b528ae0793631024f1b0a7b58cb49 Mon Sep 17 00:00:00 2001 From: Priyansh Garg Date: Mon, 22 Apr 2024 23:17:09 +0530 Subject: [PATCH] Update postdoc.config.js --- postdoc.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postdoc.config.js b/postdoc.config.js index 37195da..6efccba 100644 --- a/postdoc.config.js +++ b/postdoc.config.js @@ -2,7 +2,7 @@ import {env} from 'node:process'; import {sep, join, basename, resolve, extname} from 'node:path'; const { - NIGHTWATCH_VERSION = '3.6.0', + NIGHTWATCH_VERSION = '3.6.1', BASE_URL = 'https://nightwatchjs.org', MD_DOCS_FOLDER = './docs', API_DOCS_FOLDER = resolve('../nightwatch/lib/api'),