8000 Comparing v6.0.0...v6.0.1 · cloudevents/sdk-javascript · GitHub
[go: up one dir, main page]

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: cloudevents/sdk-javascript
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: cloudevents/sdk-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.1
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 21, 2022

  1. chore: update dependencies to inlude ajv-formats (#484)

    In this PR https://github.com/cloudevents/sdk-javascript/pull/471/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R128
    it was not noticed that the addition of `ajv-formats` to devDependencies
    is insufficient. Unfortunately, users of v6.0.0 will receive an error when
    using the module, unless they explicitly install `ajv-formats` in their
    project. This commit fixes that, and should result in an immediate release
    of version 6.0.1.
    
    Signed-off-by: Lance Ball <lball@redhat.com>
    lance authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    c0b1f77 View commit details
    Browse the repository at this point in the history
  2. chore: release 6.0.1 (#485)

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