Skip to content

Commit

Permalink
v8.0.0
Browse files Browse the repository at this point in the history
trusktr committed Sep 10, 2024
1 parent ce23fc7 commit 3c0e176
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export declare const version = "7.0.1";
export declare const version = "8.0.0";
//# 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": "7.0.1",
"version": "8.0.0",
"description": "JavaScript/TypeScript class inheritance tools.",
"author": "Joe Pea <joe@trusktr.io>",
"license": "MIT",
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '7.0.1'
export const version = '8.0.0'

0 comments on commit 3c0e176

Please sign in to comment.