From 5a659c13a41d7f24bc71c7e583bc5681a89b7427 Mon Sep 17 00:00:00 2001 From: friendlyping Date: Thu, 26 Jun 2025 16:50:08 +0800 Subject: [PATCH 1/2] chore: fix some minor issues in the comments Signed-off-by: friendlyping --- docgen/templates.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docgen/templates.ts b/docgen/templates.ts index c7d4dbcd..9d168060 100644 --- a/docgen/templates.ts +++ b/docgen/templates.ts @@ -3,7 +3,7 @@ import path from 'path'; /** * @category Docgen * @notice A helper method to get the path to the templates folder. - * @returns The the path to templates folder. + * @returns The path to templates folder. */ export function oneInchTemplates(): string { return path.normalize(path.join(__dirname, '../../docgen/templates')); From f72c1a6a51c6dac8c10fc79b9b6fec6ba1dc4552 Mon Sep 17 00:00:00 2001 From: Denis Date: Thu, 18 Sep 2025 20:24:15 +0100 Subject: [PATCH 2/2] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 246dd14d..f68e3208 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@1inch/solidity-utils", - "version": "6.6.0", + "version": "6.6.1", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "exports": {