Skip to content

Commit

Permalink
Merge pull request #174 from tech-consortium/master
Browse files Browse the repository at this point in the history
Fix for #159
  • Loading branch information
machineboy2045 authored Mar 29, 2018
2 parents c581fa0 + bd877ae commit 485e72a
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 3.0.2 (2017-03-26)

Changes:

- Updated version so a new tag/release can be created where the version in the package.json version matches the tag/release version
- Updated package.json so it was valid.

## 3.0.1 (2015-09-07)

Documentation:
Expand All @@ -11,4 +18,4 @@ Changes:

- Dropped support for simple arrays `['Option 1', 'Option 2']` in order to simplify the directive and ensure consistent behavior.
- Renamed `'selectize.js'` to `'angular-selectize.js'` to avoid confusion.
- update to selectize 0.12.1
- update to selectize 0.12.1
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-selectize2",
"version": "3.0.1",
"version": "3.0.2",
"main" : [
"./dist/angular-selectize.js"
],
Expand Down
27 changes: 25 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "angular-selectize2",
"keywords": [
"select",
"ui",
"form",
"input",
"control",
"autocomplete",
"tagging",
"angular",
"directive",
"tag"
],
"main": "dist/angular-selectize.js",
"description": "This is an Angular.js directive for Brian Reavis's selectize jQuery plugin. It supports all of Selectize's features",
"version": "v3.0.1",
"private": false
"version": "v3.0.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/machineboy2045/angular-selectize.git"
},
"dependencies": {
"selectize": ">=0.12.1"
},
"engines": {
"node": "*"
}
}

0 comments on commit 485e72a

Please sign in to comment.