Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.
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: libp2p/js-libp2p-bootstrap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.2
Choose a base ref
...
head repository: libp2p/js-libp2p-bootstrap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.3
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 20, 2023

  1. deps: bump @multiformats/mafmt from 11.1.2 to 12.0.0 (#170)

    Bumps [@multiformats/mafmt](https://github.com/multiformats/js-mafmt) from 11.1.2 to 12.0.0.
    - [Release notes](https://github.com/multiformats/js-mafmt/releases)
    - [Changelog](https://github.com/multiformats/js-mafmt/blob/master/CHANGELOG.md)
    - [Commits](multiformats/js-mafmt@v11.1.2...v12.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@multiformats/mafmt"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 20, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5c15878 View commit details
  2. chore(release): 6.0.3 [skip ci]

    ## [6.0.3](v6.0.2...v6.0.3) (2023-03-20)
    
    ### Dependencies
    
    * bump @multiformats/mafmt from 11.1.2 to 12.0.0 ([#170](#170)) ([5c15878](5c15878))
    semantic-release-bot committed Mar 20, 2023
    Copy the full SHA
    6d1b65a View commit details
Showing with 9 additions and 2 deletions.
  1. +7 −0 CHANGELOG.md
  2. +2 −2 package.json
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [6.0.3](https://github.com/libp2p/js-libp2p-bootstrap/compare/v6.0.2...v6.0.3) (2023-03-20)


### Dependencies

* bump @multiformats/mafmt from 11.1.2 to 12.0.0 ([#170](https://github.com/libp2p/js-libp2p-bootstrap/issues/170)) ([5c15878](https://github.com/libp2p/js-libp2p-bootstrap/commit/5c158783314b9fdc9f69608cb8ebe180732c4242))

## [6.0.2](https://github.com/libp2p/js-libp2p-bootstrap/compare/v6.0.1...v6.0.2) (2023-03-17)


4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/bootstrap",
"version": "6.0.2",
"version": "6.0.3",
"description": "Node.js IPFS Implementation of the railing process of a Node through a bootstrap peer list",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-bootstrap#readme",
@@ -145,7 +145,7 @@
"@libp2p/interfaces": "^3.0.3",
"@libp2p/logger": "^2.0.1",
"@libp2p/peer-id": "^2.0.0",
"@multiformats/mafmt": "^11.0.3",
"@multiformats/mafmt": "^12.0.0",
"@multiformats/multiaddr": "^12.0.0"
},
"devDependencies": {