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: webtorrent/webtorrent Loading
base: v1.2.3
Choose a base ref
...
head repository: webtorrent/webtorrent Loading
compare: v1.2.4
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Jul 13, 2021

  1. fix: call public FileStream.destroy method so cb is defined (#2135)

    Previously, early exits in FileStream._notify would
    throw since cb was not defined in _destroy
    jhiesey committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    b035cbe View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.2.4

    ## [1.2.4](v1.2.3...v1.2.4) (2021-07-13)
    
    ### Bug Fixes
    
    * call public FileStream.destroy method so cb is defined ([#2135](#2135)) ([b035cbe](b035cbe))
    semantic-release-bot committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    72bfe67 View commit details
    Browse the repository at this point in the history
Loading