Skip to content

Latest commit

 

History

History
192 lines (118 loc) · 4.31 KB

CHANGELOG.md

File metadata and controls

192 lines (118 loc) · 4.31 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

Changed

Deprecated

Removed

Fixed

Security

[0.7.0][] - 2023-09-29

Fixed

  • Properly separate message from trailers (#38)

Security

0.6.0 - 2023-07-11

Added

  • Automate GitHub release process (#37).
  • Add a CHANGELOG (#36).

Changed

  • Improve the release script (#37).

Fixed

  • Remove duplicates from current (#35).

0.5.0 - 2023-07-11

Added

  • Output new list of current authors when adding to current (#31).
  • Add details to docs (#28).
  • Add useful scripts (#19).

Changed

  • Upgrade Node and Oclif (#34).
  • Refactor reorganize rebuild (#27).
  • Update README (#25).
  • Dependency Updates (#24).
  • Dependency Updates (#21).
  • Dependency Updates (#20).

Removed

  • Remove automerge workflow (#26).

Fixed

  • Corrected yarn global add command (#30).
  • Use a single consistent name for project (#29).

0.4.0 - 2020-04-28

Added

  • Install and comply with prettier (#15).

Changed

  • Create oclif manifest at build time.
  • Migrate to eslint (#15).
  • Separate linting from testing (#15).

Removed

  • Remove stale scripts (#15).
  • Remove lifecycle scripts (#15).

0.3.0 - 2020-04-28

Added

  • Document and script release process (#13).
  • Setup CircleCI to deploy the package.
  • Add the autocomplete plugin (#8).

Changed

  • Yarn upgrade latest (#12).
  • Update CircleCI setup (#10).
  • Yarn upgrade (#7).

Fixed

  • Fix deploy job (#14).
  • Some random cleanup (#11).
  • Remove a broken link from README (#6).

0.2.0 - 2019-02-12

Added

  • Add some docs for different workflows (#4).

Changed

  • Use nicer format for pear data file (#4).

Fixed

  • Ensure we bail with no current authors (#4).
  • Improve CircleCI badge in README (#4).

0.1.0 - 2019-01-21

Changed

  • Switch to Jest (#2).
  • Rewrite based on moving to Jest.

0.0.1 - 2019-01-10

Added

  • Setup CircleCI (#1).
  • Initial development