Skip to content

Commit

Permalink
🔖 version: 2.0.10 [patch]
Browse files Browse the repository at this point in the history
  • Loading branch information
Cam committed Dec 13, 2018
1 parent e2870ad commit cb44610
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.0.10](https://github.com/Elkfox/Ajaxinate/compare/2.0.9...2.0.10) (2018-12-13)




## [2.0.9](https://github.com/Elkfox/Ajaxinate/compare/2.0.8...2.0.9) (2018-12-13)


Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|\
|/
Ajaxinate
version v2.0.9
version v2.0.10
https://github.com/Elkfox/Ajaxinate
Copyright (c) 2017 Elkfox Co Pty Ltd
https://elkfox.com
Expand Down
2 changes: 1 addition & 1 deletion dist/ajaxinate.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
|\
|/
Ajaxinate
version v2.0.9
version v2.0.10
https://github.com/Elkfox/Ajaxinate
Copyright (c) 2017 Elkfox Co Pty Ltd
https://elkfox.com
Expand Down
2 changes: 1 addition & 1 deletion dist/ajaxinate.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
|\
|/
Ajaxinate
version v2.0.9
version v2.0.10
https://github.com/Elkfox/Ajaxinate
Copyright (c) 2017 Elkfox Co Pty Ltd
https://elkfox.com
Expand Down
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ gulp.task('github-release', function(done) {
gutil.log(gutil.colors.blue('[github]'), 'Pushing to github using authtoken: '+process.env.GITHUB_AUTH_KEY);
conventionalGithubReleaser({
type: "oauth",
url: "https://api.github.com/",
token: process.env.GITHUB_AUTH_KEY
}, {
preset: 'atom'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ajaxinate",
"license": "MIT",
"description": "Ajax Pagination Javascript Plugin",
"version": "2.0.9",
"version": "2.0.10",
"author": "Elkfox <opensource@elkfox.com> (https://elkfox.github.io)",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/ajaxinate.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|\
|/
Ajaxinate
version v2.0.9
version v2.0.10
https://github.com/Elkfox/Ajaxinate
Copyright (c) 2017 Elkfox Co Pty Ltd
https://elkfox.com
Expand Down

0 comments on commit cb44610

Please sign in to comment.