From 3c86c0fd0c433e7e7ab44495d380c80761b8bcaa Mon Sep 17 00:00:00 2001 From: flavienbwk Date: Thu, 12 Sep 2024 00:30:22 -0400 Subject: [PATCH] 0.16.3: Tests validated --- lib/index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/index.js b/lib/index.js index 483a323..78041fa 100644 --- a/lib/index.js +++ b/lib/index.js @@ -79194,7 +79194,7 @@ module.exports = JSON.parse('{"application/1d-interleaved-parityfec":{"source":" /***/ ((module) => { "use strict"; -module.exports = {"i8":"0.16.1"}; +module.exports = {"i8":"0.16.3"}; /***/ }) diff --git a/package.json b/package.json index 30bab8c..e704604 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gh-action-repochat", - "version": "0.16.1", + "version": "0.16.3", "type": "commonjs", "description": "GitHub Action to run RepoChat", "main": "index.js",