diff --git a/package.json b/package.json index 8bb5a694..ec15e871 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tributejs", - "version": "5.0.0", + "version": "5.0.1", "description": "Native ES6 @mentions", "main": "dist/tribute.js", "module": "dist/tribute.esm.js", diff --git a/tributejs.d.ts b/tributejs.d.ts index 4d307967..0fe1cc39 100644 --- a/tributejs.d.ts +++ b/tributejs.d.ts @@ -1,4 +1,4 @@ -// Type definitions for TributeJS v5.0.0 +// Type definitions for TributeJS v5.0.1 // Project: https://github.com/zurb/tribute // Definitions by: Jordan Humphreys @@ -93,7 +93,7 @@ export default class Tribute { attach(to: Element): void; - detach(to: Element): void - - showMenuForCollection(input: Element, collectionIndex?: number): void + detach(to: Element): void; + + showMenuForCollection(input: Element, collectionIndex?: number): void; }