Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codfish committed Aug 9, 2017
1 parent 56daf2d commit b401bb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.1.0

* [6fa7b9b](https://github.com/codfish/jquery-data-remote/commit/56daf2d1349e6e99cb567429d9efc93b0dfe120f) - Add yarn & npm lockfiles <Chris O'Donnell>
* [1e53614](https://github.com/codfish/jquery-data-remote/commit/1e53614df681ab92dfdefcef128d37d657b1f8f3) - Update travis node version <Chris O'Donnell>
* [de137b0](https://github.com/codfish/jquery-data-remote/commit/de137b0cdabc78c54efbca28a813e62830a69554) - Remove gulp release task <Chris O'Donnell>

# v1.0.0

* [ed5393d](https://github.com/codfish/jquery-data-remote/commit/ed5393d2d64eaa1bb18b6f535e6659c200464710) - Stop tracking dist/ dir & remove bower support <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": "1.0.0",
"version": "1.1.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 b401bb4

Please sign in to comment.