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-bitswap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v20.0.1
Choose a base ref
...
head repository: ipfs/js-ipfs-bitswap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v20.0.2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 16, 2024

  1. fix: mark package as side-effect free (#630)

    [Tree shaking](https://webpack.js.org/guides/tree-shaking/) results in smaller web bundles by deleting unused code.
    
    This module is side-effect free so mark it as such to signal to bundlers that unused exports can be excluded from bundles.
    achingbrain authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    699c1e0 View commit details
    Browse the repository at this point in the history
  2. chore(release): 20.0.2 [skip ci]

    ## [20.0.2](v20.0.1...v20.0.2) (2024-01-16)
    
    ### Bug Fixes
    
    * mark package as side-effect free ([#630](#630)) ([699c1e0](699c1e0))
    semantic-release-bot committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    b3ca715 View commit details
    Browse the repository at this point in the history
Loading