From cbf1e4a8563ad1f77e3010a79a795d3b3ebc6aac Mon Sep 17 00:00:00 2001 From: Jordan Humphreys Date: Tue, 3 Mar 2020 13:35:22 -0800 Subject: [PATCH] bump version. --- package.json | 2 +- tributejs.d.ts | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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; }