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

Commit 6e2249f

Browse files
committedNov 6, 2017
chore: release version v0.14.0
1 parent 98a052b commit 6e2249f

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.14.0"></a>
2+
# [0.14.0](https://github.com/ipld/js-ipld-resolver/compare/v0.13.4...v0.14.0) (2017-11-06)
3+
4+
5+
### Bug Fixes
6+
7+
* Windows interop ([#104](https://github.com/ipld/js-ipld-resolver/issues/104)) ([f2d524b](https://github.com/ipld/js-ipld-resolver/commit/f2d524b))
8+
9+
10+
111
<a name="0.13.4"></a>
212
## [0.13.4](https://github.com/ipld/js-ipld-resolver/compare/v0.13.3...v0.13.4) (2017-10-11)
313

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipld-resolver",
3-
"version": "0.13.4",
3+
"version": "0.14.0",
44
"description": "IPLD Resolver Implementation in JavaScript",
55
"main": "src/index.js",
66
"pre-commit": [

0 commit comments

Comments
 (0)
This repository has been archived.