Skip to content

Commit cb44610

Browse files
committed
🔖 version: 2.0.10 [patch]
1 parent e2870ad commit cb44610

File tree

7 files changed

+11
-5
lines changed

7 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [2.0.10](https://github.com/Elkfox/Ajaxinate/compare/2.0.9...2.0.10) (2018-12-13)
2+
3+
4+
5+
16
## [2.0.9](https://github.com/Elkfox/Ajaxinate/compare/2.0.8...2.0.9) (2018-12-13)
27

38

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
|\
88
|/
99
Ajaxinate
10-
version v2.0.9
10+
version v2.0.10
1111
https://github.com/Elkfox/Ajaxinate
1212
Copyright (c) 2017 Elkfox Co Pty Ltd
1313
https://elkfox.com

dist/ajaxinate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
|\
1010
|/
1111
Ajaxinate
12-
version v2.0.9
12+
version v2.0.10
1313
https://github.com/Elkfox/Ajaxinate
1414
Copyright (c) 2017 Elkfox Co Pty Ltd
1515
https://elkfox.com

dist/ajaxinate.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
|\
1010
|/
1111
Ajaxinate
12-
version v2.0.9
12+
version v2.0.10
1313
https://github.com/Elkfox/Ajaxinate
1414
Copyright (c) 2017 Elkfox Co Pty Ltd
1515
https://elkfox.com

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ gulp.task('github-release', function(done) {
7070
gutil.log(gutil.colors.blue('[github]'), 'Pushing to github using authtoken: '+process.env.GITHUB_AUTH_KEY);
7171
conventionalGithubReleaser({
7272
type: "oauth",
73+
url: "https://api.github.com/",
7374
token: process.env.GITHUB_AUTH_KEY
7475
}, {
7576
preset: 'atom'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ajaxinate",
33
"license": "MIT",
44
"description": "Ajax Pagination Javascript Plugin",
5-
"version": "2.0.9",
5+
"version": "2.0.10",
66
"author": "Elkfox <[email protected]> (https://elkfox.github.io)",
77
"repository": {
88
"type": "git",

src/ajaxinate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
|\
88
|/
99
Ajaxinate
10-
version v2.0.9
10+
version v2.0.10
1111
https://github.com/Elkfox/Ajaxinate
1212
Copyright (c) 2017 Elkfox Co Pty Ltd
1313
https://elkfox.com

0 commit comments

Comments
 (0)