Skip to content

Commit 0a556a7

Browse files
committed
v0.2.15
1 parent 4b2acaf commit 0a556a7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,6 @@ export declare class MarkdownRenderer {
221221
renderProperty(propertyName: string, propertyMeta: PropertyMeta, _docsMeta: DocsMeta): string;
222222
renderMethod(methodName: string, methodMeta: MethodMeta, _docsMeta: DocsMeta): string;
223223
}
224-
export declare const version = "0.2.14";
224+
export declare const version = "0.2.15";
225225
export {};
226226
//# sourceMappingURL=index.d.ts.map

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "readem",
3-
"version": "0.2.14",
3+
"version": "0.2.15",
44
"description": "Read the !@#$%^& docs!",
55
"type": "module",
66
"main": "dist/index.js",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,4 +1004,4 @@ ${
10041004
}
10051005
}
10061006

1007-
export const version = '0.2.14'
1007+
export const version = '0.2.15'

0 commit comments

Comments
 (0)