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')); 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": {