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: nodejs/changelog-maker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.0
Choose a base ref
...
head repository: nodejs/changelog-maker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.7.0
Choose a head ref
  • 12 commits
  • 9 files changed
  • 5 contributors

Commits on Oct 10, 2021

  1. Configuration menu
    Copy the full SHA
    66b6eef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64c1220 View commit details
    Browse the repository at this point in the history
  3. chore: update test workflow (#100)

    - Stop testing on EoL Node.js 10
    - Test on Node.js 16
    - Update actions/setup-node
    targos authored Oct 10, 2021
    Configuration menu
    Copy the full SHA
    eaeb938 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. feat: run Node.js markdown formatter on markdown output (#98)

    To increase the probability of producing markdown that will pass the
    Node.js linter, use the Node.js linter to format markdown output.
    Trott authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    26afb81 View commit details
    Browse the repository at this point in the history
  2. chore: update package-lock.json (#102)

    npm update to get most of the ansi-regex transitive dependencies updated
    Trott authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    24112e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. chore: add dependabot config

    rvagg committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    5f16f7e View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump remark-stringify from 10.0.0 to 10.0.1

    Bumps [remark-stringify](https://github.com/remarkjs/remark) from 10.0.0 to 10.0.1.
    - [Release notes](https://github.com/remarkjs/remark/releases)
    - [Changelog](https://github.com/remarkjs/remark/blob/main/changelog.md)
    - [Commits](https://github.com/remarkjs/remark/compare/[email protected])
    
    ---
    updated-dependencies:
    - dependency-name: remark-stringify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and rvagg committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    73c2046 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump remark-preset-lint-node from 3.2.0 to 3.3.0

    Bumps [remark-preset-lint-node](https://github.com/nodejs/remark-preset-lint-node) from 3.2.0 to 3.3.0.
    - [Release notes](https://github.com/nodejs/remark-preset-lint-node/releases)
    - [Commits](nodejs/remark-preset-lint-node@v3.2.0...v3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: remark-preset-lint-node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and rvagg committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    ed6ff3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36ca9e5 View commit details
    Browse the repository at this point in the history
  5. fix: main instead of master

    Co-authored-by: Michaël Zasso <[email protected]>
    rvagg and targos committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    c6aac22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec2b9c0 View commit details
    Browse the repository at this point in the history
  7. chore(release): 2.7.0 [skip ci]

    ## [2.7.0](v2.6.0...v2.7.0) (2021-10-14)
    
    ### Features
    
    * run Node.js markdown formatter on markdown output ([#98](#98)) ([26afb81](26afb81))
    
    ### Bug Fixes
    
    * main instead of master ([c6aac22](c6aac22))
    * remove build step from release process ([ec2b9c0](ec2b9c0))
    
    ### Trivial Changes
    
    * add auto-release workflow ([36ca9e5](36ca9e5))
    * add dependabot config ([5f16f7e](5f16f7e))
    * **deps:** bump remark-preset-lint-node from 3.2.0 to 3.3.0 ([ed6ff3b](ed6ff3b))
    * **deps:** bump remark-stringify from 10.0.0 to 10.0.1 ([73c2046](73c2046))
    * escape opening bracket explicitly ([#97](#97)) ([64c1220](64c1220)), closes [/github.com/nodejs/node/pull/40388#issuecomment-939321694](https://github.com/nodejs//github.com/nodejs/node/pull/40388/issues/issuecomment-939321694)
    * update package-lock.json ([#102](#102)) ([24112e0](24112e0))
    * update standard (and path-parse) ([#96](#96)) ([66b6eef](66b6eef))
    * update test workflow ([#100](#100)) ([eaeb938](eaeb938))
    semantic-release-bot committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    9aac133 View commit details
    Browse the repository at this point in the history
Loading