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: rvagg/bl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.0
Choose a base ref
...
head repository: rvagg/bl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.1
Choose a head ref
  • 6 commits
  • 4 files changed
  • 4 contributors

Commits on Nov 16, 2022

  1. chore(no-release): bump typescript from 4.8.4 to 4.9.3 (#118)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](https://github.com/Microsoft/TypeScript/commits)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      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 Nov 16, 2022
    Configuration menu
    Copy the full SHA
    8be6dd6 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. doc: fix BigInt method names

    piranna authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    7d7e731 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. chore(no-release): bump actions/setup-node from 3.5.1 to 3.6.0 (#120)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.1 to 3.6.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3.5.1...v3.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      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 Jan 6, 2023
    Configuration menu
    Copy the full SHA
    60bee1b View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. chore(deps-dev): bump typescript from 4.9.5 to 5.0.2

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.2.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.9.5...v5.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and rvagg committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    0885658 View commit details
    Browse the repository at this point in the history
  2. fix: release with Node.js 18

    rvagg authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    6965a1d View commit details
    Browse the repository at this point in the history
  3. chore(release): 6.0.1 [skip ci]

    ## [6.0.1](v6.0.0...v6.0.1) (2023-03-17)
    
    ### Bug Fixes
    
    * release with Node.js 18 ([6965a1d](6965a1d))
    
    ### Trivial Changes
    
    * **deps-dev:** bump typescript from 4.9.5 to 5.0.2 ([0885658](0885658))
    * **no-release:** bump actions/setup-node from 3.5.1 to 3.6.0 ([#120](#120)) ([60bee1b](60bee1b))
    * **no-release:** bump typescript from 4.8.4 to 4.9.3 ([#118](#118)) ([8be6dd6](8be6dd6))
    semantic-release-bot committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    bea5abf View commit details
    Browse the repository at this point in the history
Loading