Skip to content

Commit

Permalink
v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Oct 1, 2023
1 parent c3ee7ff commit 2d5be9f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/global.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/global.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ export { default as instanceOf } from './instanceOf.js';
export * from './native.js';
export * from './utils.js';
export * from './types.js';
export declare const version = "5.0.0";
export declare const version = "5.0.1";
//# sourceMappingURL=index.d.ts.map
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lowclass",
"version": "5.0.0",
"version": "5.0.1",
"description": "JavaScript/TypeScript class inheritance tools.",
"author": "Joe Pea <joe@trusktr.io>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ export * from './utils.js'

export * from './types.js'

export const version = '5.0.0'
export const version = '5.0.1'

0 comments on commit 2d5be9f

Please sign in to comment.