diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1e3467b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [0.8.0](https://github.com/web3-storage/ipfs-car/compare/v0.7.0...v0.8.0) (2022-08-02) + + +### Features + +* display cids with associated filename ([#124](https://github.com/web3-storage/ipfs-car/issues/124)) ([9ebb328](https://github.com/web3-storage/ipfs-car/commit/9ebb328b3d15cf4691a53d74516c197d908d5aa0)) +* release workflow ([#128](https://github.com/web3-storage/ipfs-car/issues/128)) ([6fffa74](https://github.com/web3-storage/ipfs-car/commit/6fffa74df82cdc08ba9588b381db4d75db462ca3)) diff --git a/package-lock.json b/package-lock.json index 2df675a..1ec8667 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ipfs-car", - "version": "0.7.0", + "version": "0.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ipfs-car", - "version": "0.7.0", + "version": "0.8.0", "license": "(Apache-2.0 AND MIT)", "dependencies": { "@ipld/car": "^3.2.3", diff --git a/package.json b/package.json index b205221..fed7492 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-car", - "version": "0.7.0", + "version": "0.8.0", "description": "Convert files to content-addressed archives (.car) and back", "main": "dist/index.js", "types": "dist/index.d.ts",