Skip to content

Commit 78dfe51

Browse files

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [46.0.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@46.0.1) (2020-08-24)
7+
8+
9+
### Bug Fixes
10+
11+
* validate ipns records with inline public keys ([#3224](https://github.com/ipfs/js-ipfs/issues/3224)) ([5cc0e08](https://github.com/ipfs/js-ipfs/commit/5cc0e086b036e7ba40b09768b67b7067adca43c1))
12+
13+
14+
15+
16+
617
# [46.0.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@46.0.0) (2020-08-12)
718

819

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-client",
3-
"version": "46.0.0",
3+
"version": "46.0.1",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -47,7 +47,7 @@
4747
"cids": "^0.8.3",
4848
"debug": "^4.1.0",
4949
"form-data": "^3.0.0",
50-
"ipfs-core-utils": "^0.3.1",
50+
"ipfs-core-utils": "^0.3.2",
5151
"ipfs-utils": "^3.0.0",
5252
"ipld-block": "^0.9.2",
5353
"ipld-dag-cbor": "^0.16.0",
@@ -73,7 +73,7 @@
7373
"aegir": "^23.0.0",
7474
"cross-env": "^7.0.0",
7575
"go-ipfs": "^0.6.0",
76-
"interface-ipfs-core": "^0.139.0",
76+
"interface-ipfs-core": "^0.139.1",
7777
"ipfsd-ctl": "^5.0.0",
7878
"it-all": "^1.0.1",
7979
"it-concat": "^1.0.0",

0 commit comments

Comments
 (0)