From c27b4a911e81e54a639ae613eac7c5c0dfdc7339 Mon Sep 17 00:00:00 2001 From: David Dias Date: Sun, 12 Nov 2017 11:40:50 +0000 Subject: [PATCH] chore: release version v0.24.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0c0e79a..b2c47cd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [0.24.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.23.1...v0.24.0) (2017-11-12) + + +### Features + +* exporter maxDepth ([#197](https://github.com/ipfs/js-ipfs-unixfs-engine/issues/197)) ([211e4e3](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/211e4e3)) + + + ## [0.23.1](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.23.0...v0.23.1) (2017-11-10) diff --git a/package.json b/package.json index fb2a8a0b..be149ce8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-unixfs-engine", - "version": "0.23.1", + "version": "0.24.0", "description": "JavaScript implementation of the unixfs Engine used by IPFS", "main": "src/index.js", "browser": {