Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Commit 60566dd

Browse files
author
Joe Hand
committed
1.4.1
1 parent 6fae32a commit 60566dd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Added, ### Changed, ### Fixed, ### Removed, ### Deprecated
1111
-->
1212

13+
## 1.4.1 - 2017-03-17
14+
### Fixed
15+
* Pass network `opts` through to discovery-swarm.
16+
1317
## 1.4.0 - 2017-03-08
1418
### Added
1519
* `.datignore` support for ignoring files

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dat-node",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Build node applications with Dat archives on the file system.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)