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

Commit e0b9da3

Browse files
committedNov 10, 2017
chore: release version v0.23.1
1 parent 23b25ce commit e0b9da3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
 

‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.23.1"></a>
2+
## [0.23.1](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.23.0...v0.23.1) (2017-11-10)
3+
4+
5+
### Features
6+
7+
* windows interop ([#195](https://github.com/ipfs/js-ipfs-unixfs-engine/issues/195)) ([aa21ff3](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/aa21ff3))
8+
9+
10+
111
<a name="0.23.0"></a>
212
# [0.23.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.22.5...v0.23.0) (2017-11-07)
313

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs-engine",
3-
"version": "0.23.0",
3+
"version": "0.23.1",
44
"description": "JavaScript implementation of the unixfs Engine used by IPFS",
55
"main": "src/index.js",
66
"browser": {

0 commit comments

Comments
 (0)
This repository has been archived.