Skip to content

Commit

Permalink
chore(main): release 1.0.2 (#32)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.0.2](v1.0.1...v1.0.2)
(2023-11-20)


### Bug Fixes

* handle paths as string param
([#29](#29))
([fa7dcf0](fa7dcf0))
* #28
([fa7dcf0](fa7dcf0))


### Other Changes

* allow release-plz to open changelog PRs
([#31](#31))
([350c916](350c916))
* release from ci and add `--provenance` for verifiable builds!
([#30](#30))
([7ae47f4](7ae47f4))

---
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>
  • Loading branch information
github-actions[bot] authored Nov 20, 2023
1 parent 350c916 commit ec37580
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ec37580

Please sign in to comment.