diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7cb9d2f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [1.0.2](https://github.com/web3-storage/files-from-path/compare/v1.0.1...v1.0.2) (2023-11-20) + + +### Bug Fixes + +* handle paths as string param ([#29](https://github.com/web3-storage/files-from-path/issues/29)) ([fa7dcf0](https://github.com/web3-storage/files-from-path/commit/fa7dcf0794146c8e747454cf8464c8323b76ec77)) +* https://github.com/web3-storage/files-from-path/issues/28 ([fa7dcf0](https://github.com/web3-storage/files-from-path/commit/fa7dcf0794146c8e747454cf8464c8323b76ec77)) + + +### Other Changes + +* allow release-plz to open changelog PRs ([#31](https://github.com/web3-storage/files-from-path/issues/31)) ([350c916](https://github.com/web3-storage/files-from-path/commit/350c916ac478fb64df7aadacb0795450aca2b5db)) +* release from ci and add `--provenance` for verifiable builds! ([#30](https://github.com/web3-storage/files-from-path/issues/30)) ([7ae47f4](https://github.com/web3-storage/files-from-path/commit/7ae47f44f2e3e3b649273646ef74cad1bdc475c3)) diff --git a/package-lock.json b/package-lock.json index f2cbd35..4531cee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "files-from-path", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "files-from-path", - "version": "1.0.1", + "version": "1.0.2", "license": "Apache-2.0 OR MIT", "dependencies": { "graceful-fs": "^4.2.10" diff --git a/package.json b/package.json index 30d7b05..e0d3b60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "files-from-path", - "version": "1.0.1", + "version": "1.0.2", "description": "Expand paths to file-like objects with name, readable stream and size.", "main": "src/index.js", "types": "./types/index.d.ts",