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: ipld/js-dag-cbor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.2.3
Choose a base ref
...
head repository: ipld/js-dag-cbor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.2.4
Choose a head ref
  • 5 commits
  • 5 files changed
  • 4 contributors

Commits on May 9, 2025

  1. chore: remove package-lock

    rvagg committed May 9, 2025
    Configuration menu
    Copy the full SHA
    6445f53 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

  1. chore: omit lockfile from release commit (#126)

    Turns out ignoring `.gitignore` while adding files to the release commit is a feature not a bug so specify the list of files to add.
    
    Refs: semantic-release/git#56
    
    We can probably revert if semantic-release/git#527 ever gets merged.
    achingbrain authored May 20, 2025
    Configuration menu
    Copy the full SHA
    2013bda View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. deps(dev): bump aegir from 46.0.5 to 47.0.10

    Bumps [aegir](https://github.com/ipfs/aegir) from 46.0.5 to 47.0.10.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/main/CHANGELOG.md)
    - [Commits](ipfs/aegir@v46.0.5...v47.0.10)
    
    ---
    updated-dependencies:
    - dependency-name: aegir
      dependency-version: 47.0.10
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and rvagg committed May 22, 2025
    Configuration menu
    Copy the full SHA
    c0b2879 View commit details
    Browse the repository at this point in the history
  2. fix: address lint errors

    rvagg committed May 22, 2025
    Configuration menu
    Copy the full SHA
    467d98c View commit details
    Browse the repository at this point in the history
  3. chore(release): 9.2.4 [skip ci]

    ## [9.2.4](v9.2.3...v9.2.4) (2025-05-22)
    
    ### Bug Fixes
    
    * address lint errors ([467d98c](467d98c))
    
    ### Trivial Changes
    
    * omit lockfile from release commit ([#126](#126)) ([2013bda](2013bda))
    * remove package-lock ([6445f53](6445f53))
    
    ### Dependencies
    
    * **dev:** bump aegir from 46.0.5 to 47.0.10 ([c0b2879](c0b2879))
    semantic-release-bot committed May 22, 2025
    Configuration menu
    Copy the full SHA
    ae388a9 View commit details
    Browse the repository at this point in the history
Loading