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: mezmo/vector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.13.4
Choose a base ref
...
head repository: mezmo/vector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.13.5
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 3, 2024

  1. fix(ci): update package.json version via npm plugin

    When releasing, we need the `npm` plugin to update the version in the
    `package.json` file. This file is only needed for releasing and tooling,
    however, part of `Jenkinsfile` needs it to be up-to-date so that
    `npm.semver()` works properly.
    
    Ref: LOG-18250
    darinspivey committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    243c05f View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.13.5 [skip ci]

    ## [3.13.5](v3.13.4...v3.13.5) (2024-04-03)
    
    ### Bug Fixes
    
    * **ci**: update `package.json` version via `npm` plugin [243c05f](243c05f) - Darin Spivey [LOG-18250](https://logdna.atlassian.net/browse/LOG-18250)
    logdnabot committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a067db3 View commit details
    Browse the repository at this point in the history
Loading