Skip to content

Latest commit

 

History

History
88 lines (68 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

88 lines (68 loc) · 2.78 KB

CHANGELOG

Inspired from Keep a Changelog

[UNRELEASED]

Changed

  • Use imperative mood in changelog entry by default

Dependencies

  • Bumps typescript from 4.9.4 to 4.9.5
  • Bumps eslint from 8.32.0 to 8.34.0
  • Bumps @types/node from 18.11.18 to 18.14.1
  • Bumps @vercel/ncc from 0.27.0 to 0.36.1

[2.2.1]

Fixed

  • Fixes an issue where a duplicate entry was added when a previous entry to update was found.

[2.2.0]

Added

  • Adds support for Changelogs containing blank lines between sections

Changed

  • Small fixes for contributing guide

Dependencies

  • Bumps typescript from 4.9.3 to 4.9.4
  • Bumps actions/checkout from 3.1.0 to 3.3.0
  • Bumps prettier from 2.8.0 to 2.8.3
  • Bumps @types/node from 14.18.33 to 18.11.18
  • Bumps eslint-plugin-jest from 27.1.6 to 27.2.1
  • Bumps eslint from 8.28.0 to 8.32.0

[2.1.0]

Added

  • Adds support for Dependabot PRs that update Rust dependency requirements

Dependencies

  • Bumps prettier from 2.3.0 to 2.8.0
  • Bumps stefanzweifel/git-auto-commit-action from 4.14.1 to 4.15.4
  • Bumps actions/checkout from 3.0.2 to 3.1.0

[2.0.0]

Breaking Changes

  • newVersionLineNumber is removed. Instead, if a version is not found, this action now looks for an unreleased version. If neither version can be found, the action will error. Read more in the README.md

[1.0.0]

First official release of the Dependabot Changelog Helper! 🚀

Dependencies

  • Bumps @types/jest from 26.0.20 to 26.0.23
  • Bumps typescript from 4.1.3 to 4.2.4
  • Bumps ts-jest from 26.4.4 to 26.5.6
  • Bumps prettier from 2.2.1 to 2.3.0
  • Bumps @actions/core from 1.2.6 to 1.2.7

[0.3.2]

Fixed

  • Fixes an issue where if a previous dependabot entry is found but wrote the update to the wrong line

[0.3.1]

Changed

  • If a ### Dependencies section is not found under the desired version entry, it is now appeneded to the end of all sections rather than being appened right after the version entry

[0.3.0]

Added

  • Adds proper GitHub Action branding

Changed

  • Updates the README.md for proper formatting
  • Updates the default value for activationLabel from dependencies to dependabot

[0.2.0]

Added

  • Addresses #22. Previously updated package entries in the same version will be updated if a newer update comes along
  • Better README.md
  • Adds coverage reports
  • Simplifies pull request workflow for checking the changelog

[0.1.0]

Added

  • Adds initial logic for updating a changelog based on the KeepAChangelog format

Dependencies

  • Bumps eslint from 7.17.0 to 7.21.0
  • Bumps @types/node from 14.14.30 to 14.14.31
  • Bumps eslint-plugin-jest from 24.1.3 to 24.1.5