Skip to content

Commit

Permalink
bump version to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codfish committed Oct 17, 2015
1 parent 7596022 commit a637dd1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Current
# v0.7.0

* [(7596022)](https://github.com/codfish/jquery-data-remote/commit/75960225019bf696af1f04505256ff21a65c6e54) - allow users to provide a list of event types in a 'debounceEvents' option <codfish>
* [(754f2f0)](https://github.com/codfish/jquery-data-remote/commit/754f2f0e304f4172192e8563017294def976d4f5) - added debounce helper method to debounce main plugin ajax requests for certain event types <mekhami>
* [(6882fa0)](https://github.com/codfish/jquery-data-remote/commit/eeeb8c246808332206c5c2a7169445ceca16f535) - add jshintrc and clean up jshint warnings <codfish>
* [(eeeb8c2)](https://github.com/codfish/jquery-data-remote/commit/eeeb8c246808332206c5c2a7169445ceca16f535) - add gulp task to create zip archive for github release <codfish>
* [(2784a2f)](https://github.com/codfish/jquery-data-remote/commit/2784a2f02ae9d2b447e61497dc7057167219d8db) - clean up gulp dependencies, add shelljs <codfish>

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-data-remote",
"version": "0.6.2",
"version": "0.7.0",
"homepage": "https://github.com/codfish/jquery-data-remote",
"authors": [
"Chris O'Donnell"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-data-remote",
"version": "0.6.2",
"version": "0.7.0",
"description": "jQuery Data Remote is a plugin that simplifies the common task of making api/remote requests and injecting the response to the page. Optionally leverages Handlebars.js for templating.",
"main": "dist/jquery.data-remote.min.js",
"scripts": {
Expand Down

0 comments on commit a637dd1

Please sign in to comment.