Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
chore: release version v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Apr 5, 2018
1 parent 2e68c5a commit 95cfebb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.12.1"></a>
## [0.12.1](https://github.com/libp2p/js-libp2p-spdy/compare/v0.12.0...v0.12.1) (2018-04-05)


### Bug Fixes

* no more zlib shim ([49a2718](https://github.com/libp2p/js-libp2p-spdy/commit/49a2718))



<a name="0.12.0"></a>
# [0.12.0](https://github.com/libp2p/js-libp2p-spdy/compare/v0.11.0...v0.12.0) (2018-04-05)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libp2p-spdy",
"version": "0.12.0",
"version": "0.12.1",
"description": "SPDY 3.1 implementation wrapper that is compatible with libp2p Stream Muxer expected interface",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 95cfebb

Please sign in to comment.