Skip to content

Latest commit

 

History

History
105 lines (49 loc) · 5.24 KB

CHANGELOG.md

File metadata and controls

105 lines (49 loc) · 5.24 KB

2.1.0 (2022-08-06)

Features

  • added webhookUrlDryRun option and TEAMS_WEBHOOK_URL_DRYRUN variable (316518f)

Miscellaneous Chores

  • dependencies: downgraded required node version from 18 to 16 (251612f)
  • dependencies: upgraded eslint to its latest 8.21.0 (a2b6f5e)

Continuous Integration

  • semantic-release: added semantic-release-ms-teams in the pipeline (798260d)

2.0.2 (2022-08-04)

Bug Fixes

2.0.1 (2022-08-03)

Bug Fixes

2.0.0 (2022-08-03)

⚠ BREAKING CHANGES

  • added engine restriction to work on node 18+, npm 8+, yarn 2+ (dropping support of node 15)
  • upgraded peerDependency over semantic-release to support v19
  • rewrite for v2 (#29)

Features

Documentation

  • readme: added note about webHookUrl vs. TEAMS_WEBHOOK_URL (640257d)

Miscellaneous Chores

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.1 (2021-05-08)

1.2.1-0 (2021-05-08)

Bug Fixes

  • handled conflict with @semantic-release/git plugin (fcadfac), closes #20
  • success script isnt async (38b4fca), closes #12

1.2.0 (2021-04-20)

Features

  • added the possibility to not have the list of contributors sent with the message (815686c)

Bug Fixes

  • use title and imageUrl from plugin config instead semantic-release config (87b8436)

Other

  • updated success screenshot to show recent updates (31d4b24)

1.1.0 (2021-04-15)

Features

  • success: added contributors to the message (4fb1120)

Bug Fixes

  • parsing: improved section detection (4580570), closes #3
  • prevented crash when a section is empty (3f6c536), closes #6

Other

  • dependencies: added standard-version to generate changelog (35eb8f8)
  • readme: added installation command (2d27643)