From 90d16f2975c9c513da863c99667d2daa71f74b86 Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Tue, 21 Nov 2023 00:48:45 -0800 Subject: [PATCH] v7.0.1 --- dist/index.d.ts | 2 +- dist/index.js | 2 +- package.json | 2 +- src/index.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/index.d.ts b/dist/index.d.ts index 56fe704..c516065 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -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 = "7.0.0"; +export declare const version = "7.0.1"; //# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index 6eadc0a..938e74d 100644 --- a/dist/index.js +++ b/dist/index.js @@ -10,5 +10,5 @@ export { default as instanceOf } from './instanceOf.js'; export * from './native.js'; export * from './utils.js'; export * from './types.js'; -export const version = '7.0.0'; +export const version = '7.0.1'; //# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/package.json b/package.json index e5d98d7..6254e85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lowclass", - "version": "7.0.0", + "version": "7.0.1", "description": "JavaScript/TypeScript class inheritance tools.", "author": "Joe Pea ", "license": "MIT", diff --git a/src/index.ts b/src/index.ts index bb38037..798b92c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -14,4 +14,4 @@ export * from './utils.js' export * from './types.js' -export const version = '7.0.0' +export const version = '7.0.1'