From ec37580866a2669fc404ddd0189fbc1a6c2d0773 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 16:50:51 +0000 Subject: [PATCH] chore(main): release 1.0.2 (#32) :robot: I have created a release *beep* *boop* --- ## [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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md 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",