Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Humphreys committed Nov 26, 2019
1 parent 1fe762f commit 4f406eb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tribute",
"description": "Native ES6 @mentions",
"version": "4.0.0",
"version": "4.1.0",
"main": [
"dist/tribute.js",
"dist/tribute.css"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tributejs",
"version": "4.0.0",
"version": "4.1.0",
"description": "Native ES6 @mentions",
"main": "dist/tribute.js",
"types": "tributejs.d.ts",
Expand Down
5 changes: 4 additions & 1 deletion tributejs.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for TributeJS v4.0.0
// Type definitions for TributeJS v4.1.0
// Project: https://github.com/zurb/tribute
// Definitions by: Jordan Humphreys <https://github.com/mrsweaters/>

Expand All @@ -19,6 +19,9 @@ export type TributeCollection<T extends {}> = {
// class added in the flyout menu for active item
selectClass?: string

// class added in the flyout menu for active item
containerClass?: string

// function called on select that returns the content to insert
selectTemplate?: (item: TributeItem<T>) => string

Expand Down

0 comments on commit 4f406eb

Please sign in to comment.