Skip to content

Commit 750bd7f

Browse files
committedNov 28, 2019
Release v3.7.2
1 parent f880445 commit 750bd7f

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed
 

‎bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bluebird",
3-
"version": "3.7.1",
3+
"version": "3.7.2",
44
"homepage": "https://github.com/petkaantonov/bluebird",
55
"authors": [
66
"Petka Antonov <petka_antonov@hotmail.com>"

‎docs/_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ markdown: redcarpet
1919
redcarpet:
2020
extensions:
2121
- fenced_code_blocks
22-
version: 3.7.1
22+
version: 3.7.2
2323
gems:
2424
- jekyll-redirect-from
2525
destination: ../gh-pages/

‎docs/docs/changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ id: changelog
33
title: Changelog
44
---
55

6+
## 3.7.2 (2019-11-28)
7+
8+
Bugfixes:
9+
10+
- Fixes firefox settimeout not initialized error \([#1623](.)\)
11+
612

713
## 3.7.1 (2019-10-15)
814

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bluebird",
33
"description": "Full featured Promises/A+ implementation with exceptionally good performance",
4-
"version": "3.7.1",
4+
"version": "3.7.2",
55
"keywords": [
66
"promise",
77
"performance",

0 commit comments

Comments
 (0)
Please sign in to comment.