Skip to content

Commit

Permalink
2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Grondin committed Aug 20, 2018
1 parent 967ce90 commit 8d74e1a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bottleneck.js
Original file line number Diff line number Diff line change
Expand Up @@ -1846,7 +1846,7 @@ module.exports={
},{}],16:[function(require,module,exports){
module.exports={
"name": "bottleneck",
"version": "2.7.2",
"version": "2.8.0",
"description": "Distributed task scheduler and rate limiter",
"main": "lib/index.js",
"typings": "bottleneck.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion bottleneck.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bottleneck",
"main": "bottleneck.js",
"version": "2.7.2",
"version": "2.8.0",
"homepage": "https://github.com/SGrondin/bottleneck",
"authors": [
"SGrondin <github@simongrondin.name>"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bottleneck",
"version": "2.7.2",
"version": "2.8.0",
"description": "Distributed task scheduler and rate limiter",
"main": "lib/index.js",
"typings": "bottleneck.d.ts",
Expand Down

0 comments on commit 8d74e1a

Please sign in to comment.