Skip to content

Commit

Permalink
Release v3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
petkaantonov committed Apr 3, 2019
1 parent 4b9fa33 commit e0222e3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "bluebird",
"version": "3.5.3",
"version": "3.5.4",
"homepage": "https://github.com/petkaantonov/bluebird",
"authors": [
"Petka Antonov <petka_antonov@hotmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Expand Up @@ -19,7 +19,7 @@ markdown: redcarpet
redcarpet:
extensions:
- fenced_code_blocks
version: 3.5.3
version: 3.5.4
gems:
- jekyll-redirect-from
destination: ../gh-pages/
Expand Down
12 changes: 12 additions & 0 deletions docs/docs/changelog.md
@@ -1,8 +1,20 @@
Features:

- feature

Bugfixes:

- bugfix

---
id: changelog
title: Changelog
---

## 3.5.4 (2019-04-03)

- Proper version check supporting VSCode\([#1576](.)\)

## 3.5.3 (2018-11-06)

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "bluebird",
"description": "Full featured Promises/A+ implementation with exceptionally good performance",
"version": "3.5.3",
"version": "3.5.4",
"keywords": [
"promise",
"performance",
Expand Down

0 comments on commit e0222e3

Please sign in to comment.