Skip to content

Commit 71ed767

Browse files
committed
v0.3.0
1 parent 08ccd4e commit 71ed767

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export * from './Eventful.js';
2-
export declare const version = "0.2.5";
2+
export declare const version = "0.3.0";
33
//# sourceMappingURL=index.d.ts.map

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lume/eventful",
3-
"version": "0.2.5",
3+
"version": "0.3.0",
44
"description": "Emit and subscribe to events.",
55
"author": "Joe Pea <[email protected]>",
66
"license": "MIT",

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export * from './Eventful.js'
22

3-
export const version = '0.2.5'
3+
export const version = '0.3.0'

0 commit comments

Comments
 (0)