diff --git a/dist/index.d.ts b/dist/index.d.ts index 348a2dc..a7b00a4 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -221,6 +221,6 @@ export declare class MarkdownRenderer { renderProperty(propertyName: string, propertyMeta: PropertyMeta, _docsMeta: DocsMeta): string; renderMethod(methodName: string, methodMeta: MethodMeta, _docsMeta: DocsMeta): string; } -export declare const version = "0.2.13"; +export declare const version = "0.2.14"; export {}; //# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index 9af576c..97a9ad7 100644 --- a/dist/index.js +++ b/dist/index.js @@ -672,5 +672,5 @@ ${methodMeta.description `; } } -export const version = '0.2.13'; +export const version = '0.2.14'; //# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/package.json b/package.json index b6ba676..956de3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readem", - "version": "0.2.13", + "version": "0.2.14", "description": "Read the !@#$%^& docs!", "type": "module", "main": "dist/index.js", diff --git a/src/index.ts b/src/index.ts index 5f9b6da..50a7a23 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1004,4 +1004,4 @@ ${ } } -export const version = '0.2.13' +export const version = '0.2.14'