Skip to content
This repository was archived by the owner on Nov 20, 2021. It is now read-only.

Commit 9d8c01b

Browse files
author
Ola Holmström
committed
Bump version and add @ryanhyslop as contributor.
1 parent a269ccc commit 9d8c01b

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 3.16.0 (2017-04-09)
2+
3+
* Add `preventSubmit`.
4+
15
### 3.15.0 (2017-02-12)
26

37
* Add `onValidationReject`.

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@
3131
* Nicole Cua (@ncua)
3232
* Lucjan Suski (@methyl)
3333
* Jonas Reitmann (@jonicious)
34+
* Ryan Hyslop (@ryanhyslop)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"react-tagsinput.js",
55
"react-tagsinput.css"
66
],
7-
"version": "3.15.1",
7+
"version": "3.16.0",
88
"homepage": "https://github.com/olahol/react-tagsinput",
99
"description": "Highly customizable React component for inputing tags",
1010
"keywords": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tagsinput",
3-
"version": "3.15.1",
3+
"version": "3.16.0",
44
"description": "Highly customizable React component for inputing tags",
55
"main": "react-tagsinput.js",
66
"peerDependencies": {

0 commit comments

Comments
 (0)