Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 6a7027d

Browse files
committed
chore: release version v0.27.3
1 parent 2b8f35b commit 6a7027d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="0.27.3"></a>
2+
## [0.27.3](https://github.com/ipfs/js-ipfs/compare/v0.27.2...v0.27.3) (2017-12-10)
3+
4+
5+
### Bug Fixes
6+
7+
* config handler should check if value is null ([#1134](https://github.com/ipfs/js-ipfs/issues/1134)) ([0444c42](https://github.com/ipfs/js-ipfs/commit/0444c42))
8+
* **pubsub:** subscribe promises ([#1141](https://github.com/ipfs/js-ipfs/issues/1141)) ([558017d](https://github.com/ipfs/js-ipfs/commit/558017d))
9+
10+
11+
112
<a name="0.27.2"></a>
213
## [0.27.2](https://github.com/ipfs/js-ipfs/compare/v0.27.1...v0.27.2) (2017-12-09)
314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs",
3-
"version": "0.27.2",
3+
"version": "0.27.3",
44
"description": "JavaScript implementation of the IPFS specification",
55
"bin": {
66
"jsipfs": "src/cli/bin.js"

0 commit comments

Comments
 (0)