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: ChainSafe/js-libp2p-noise
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.2.0
Choose a base ref
...
head repository: ChainSafe/js-libp2p-noise
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.0.0
Choose a head ref
  • 5 commits
  • 5 files changed
  • 5 contributors

Commits on Nov 29, 2022

  1. fix: readme usage example (#253)

    * Fix readme usage example
    
    - Fixes #252
    
    * fix: lint
    
    Co-authored-by: Marin Petrunic <[email protected]>
    TimDaub and mpetrunic authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    7eca3a4 View commit details
    Browse the repository at this point in the history
  2. chore: bump sinon from 14.0.2 to 15.0.0 (#251)

    dev: bump sinon from 14.0.2 to 15.0.0
    
    Bumps [sinon](https://github.com/sinonjs/sinon) from 14.0.2 to 15.0.0.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](sinonjs/sinon@v14.0.2...v15.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    625794e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. chore: bump libp2p from 0.40.0 to 0.41.0 (#256)

    dev: bump libp2p from 0.40.0 to 0.41.0
    
    Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.40.0 to 0.41.0.
    - [Release notes](https://github.com/libp2p/js-libp2p/releases)
    - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/CHANGELOG.md)
    - [Commits](libp2p/js-libp2p@v0.40.0...v0.41.0)
    
    ---
    updated-dependencies:
    - dependency-name: libp2p
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    2d89edc View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. fix!: update multiformats and related dependencies (#257)

    `[email protected]` shipped with a [breaking change](multiformats/js-multiformats#230)
    so update all deps using multiformats to the latest version.
    
    The code changed is not used by this module so there's not a lot of
    changes here, but this should still go out as a major because the
    interface versions have changed.
    achingbrain authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    a2914a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. chore(master): release 11.0.0 (#254)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    acd5f57 View commit details
    Browse the repository at this point in the history
Loading