Skip to content

Commit

Permalink
4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Jul 26, 2017
1 parent ce4eb3b commit 6e300b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# content-addressable-blob-store Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 4.6.0 - 2017-07-26
* Add tmpdir option allowing you to set the tmpdir
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "content-addressable-blob-store",
"version": "4.5.1",
"version": "4.6.0",
"description": "Streamable content addressable blob object store that is streams2 and implements the blob store interface on top of the fs module",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 6e300b9

Please sign in to comment.