From 71ed767cc9a7bee3645cbcee9346ca5784f654e5 Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Tue, 24 Oct 2023 01:12:57 -0700 Subject: [PATCH] v0.3.0 --- 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 54954b6..7b03a54 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -1,3 +1,3 @@ export * from './Eventful.js'; -export declare const version = "0.2.5"; +export declare const version = "0.3.0"; //# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index 476fad4..4c3f166 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,3 +1,3 @@ export * from './Eventful.js'; -export const version = '0.2.5'; +export const version = '0.3.0'; //# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/package.json b/package.json index 9c69f05..bb4ea52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lume/eventful", - "version": "0.2.5", + "version": "0.3.0", "description": "Emit and subscribe to events.", "author": "Joe Pea ", "license": "MIT", diff --git a/src/index.ts b/src/index.ts index 025ca7c..ce59d22 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,3 @@ export * from './Eventful.js' -export const version = '0.2.5' +export const version = '0.3.0'