Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jul 16, 2020
1 parent d6e59da commit b44dd1a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [45.0.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@45.0.0) (2020-07-16)


### Bug Fixes

* optional arguments go in the options object ([#3118](https://github.com/ipfs/js-ipfs/issues/3118)) ([8cb8c73](https://github.com/ipfs/js-ipfs/commit/8cb8c73037e44894d756b70f344b3282463206f9))
* small whitespace change ([0d4604d](https://github.com/ipfs/js-ipfs/commit/0d4604dde995edb69483c03622e38448d31eeb88))
* still load dag-pb, dag-cbor and raw when specifying custom formats ([#3132](https://github.com/ipfs/js-ipfs/issues/3132)) ([a96e3bc](https://github.com/ipfs/js-ipfs/commit/a96e3bc9e3763004beafc24b98efa85ffa665622)), closes [#3129](https://github.com/ipfs/js-ipfs/issues/3129)


### Features

* add interface and http client versions to version output ([#3125](https://github.com/ipfs/js-ipfs/issues/3125)) ([65f8b23](https://github.com/ipfs/js-ipfs/commit/65f8b23f550f939e94aaf6939894a513519e6d68)), closes [#2878](https://github.com/ipfs/js-ipfs/issues/2878)
* store blocks by multihash instead of CID ([#3124](https://github.com/ipfs/js-ipfs/issues/3124)) ([03b17f5](https://github.com/ipfs/js-ipfs/commit/03b17f5e2d290e84aa0cb541079b79e468e7d1bd))


### BREAKING CHANGES

* - not really





# [44.3.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@44.3.0) (2020-06-24)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-http-client",
"version": "44.3.0",
"version": "45.0.0",
"description": "A client library for the IPFS HTTP API",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -46,7 +46,7 @@
"cids": "^0.8.3",
"debug": "^4.1.0",
"form-data": "^3.0.0",
"ipfs-core-utils": "^0.2.4",
"ipfs-core-utils": "^0.3.0",
"ipfs-utils": "^2.2.2",
"ipld-block": "^0.9.1",
"ipld-dag-cbor": "^0.15.2",
Expand All @@ -72,7 +72,7 @@
"aegir": "^23.0.0",
"cross-env": "^7.0.0",
"go-ipfs": "^0.6.0",
"interface-ipfs-core": "^0.137.0",
"interface-ipfs-core": "^0.138.0",
"ipfsd-ctl": "^5.0.0",
"it-all": "^1.0.1",
"it-concat": "^1.0.0",
Expand Down

0 comments on commit b44dd1a

Please sign in to comment.