Skip to content

Commit cbf1e4a

Browse files
committed
bump version.
1 parent 62e1db4 commit cbf1e4a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tributejs",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Native ES6 @mentions",
55
"main": "dist/tribute.js",
66
"module": "dist/tribute.esm.js",

tributejs.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for TributeJS v5.0.0
1+
// Type definitions for TributeJS v5.0.1
22
// Project: https://github.com/zurb/tribute
33
// Definitions by: Jordan Humphreys <https://github.com/mrsweaters/>
44

@@ -93,7 +93,7 @@ export default class Tribute<T extends {}> {
9393

9494
attach(to: Element): void;
9595

96-
detach(to: Element): void
97-
98-
showMenuForCollection(input: Element, collectionIndex?: number): void
96+
detach(to: Element): void;
97+
98+
showMenuForCollection(input: Element, collectionIndex?: number): void;
9999
}

0 commit comments

Comments
 (0)