Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipfs/js-ipfs-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.0.9
Choose a base ref
...
head repository: ipfs/js-ipfs-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.0.10
Choose a head ref
  • 3 commits
  • 11 files changed
  • 2 contributors

Commits on Jan 11, 2023

  1. fix: specify duplex option (#239)

    A recent change to the fetch spec means the `duplex` option has to be
    set to `half` when using a `ReadbleStream` as the request body.
    achingbrain authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    a1168f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3267e99 View commit details
    Browse the repository at this point in the history
  3. chore(release): 9.0.10 [skip ci]

    ### [9.0.10](v9.0.9...v9.0.10) (2023-01-11)
    
    ### Bug Fixes
    
    * specify duplex option ([#239](#239)) ([a1168f9](a1168f9))
    
    ### Trivial Changes
    
    * use semantic-release for releases ([3267e99](3267e99))
    semantic-release-bot committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    1fbdfbf View commit details
    Browse the repository at this point in the history
Loading