Skip to content

Commit

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

* [ed5393d](https://github.com/codfish/jquery-data-remote/commit/ed5393d2d64eaa1bb18b6f535e6659c200464710) - Stop tracking dist/ dir & remove bower support <Chris O'Donnell>
* [9d380e5](https://github.com/codfish/jquery-data-remote/commit/9d380e5e176c11fbedc0a7ff76fbfafc10690e97) - Fix changelog commit links <Chris O'Donnell>

# v0.8.3
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.8.3",
"version": "1.0.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 0eea6cf

Please sign in to comment.