Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.0](v2.0.2...v2.1.0) (2022-08-06)

### Features

* added webhookUrlDryRun option and TEAMS_WEBHOOK_URL_DRYRUN variable ([316518f](316518f))

### Miscellaneous Chores

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

### Continuous Integration

* **semantic-release:** added semantic-release-ms-teams in the pipeline ([798260d](798260d))
  • Loading branch information
semantic-release-bot committed Aug 6, 2022
1 parent 316518f commit cf8b5ec
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [2.1.0](https://github.com/yllieth/semantic-release-ms-teams/compare/v2.0.2...v2.1.0) (2022-08-06)


### Features

* added webhookUrlDryRun option and TEAMS_WEBHOOK_URL_DRYRUN variable ([316518f](https://github.com/yllieth/semantic-release-ms-teams/commit/316518f50317d4c34ea17ac8259b16ecc2c9f86c))


### Miscellaneous Chores

* **dependencies:** downgraded required node version from 18 to 16 ([251612f](https://github.com/yllieth/semantic-release-ms-teams/commit/251612fb638c3b36fb448d6b6073654c7af0d4b3))
* **dependencies:** upgraded eslint to its latest 8.21.0 ([a2b6f5e](https://github.com/yllieth/semantic-release-ms-teams/commit/a2b6f5e482593fbe5ffa509de514f1f2da6f9602))


### Continuous Integration

* **semantic-release:** added semantic-release-ms-teams in the pipeline ([798260d](https://github.com/yllieth/semantic-release-ms-teams/commit/798260df598cafe61b65347b9f3a3bb3db3115dc))

## [2.0.2](https://github.com/yllieth/semantic-release-ms-teams/compare/v2.0.1...v2.0.2) (2022-08-04)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-release-ms-teams",
"version": "2.0.2",
"version": "2.1.0",
"description": "A plugin for semantic-release which publish release notes in a Microsoft Teams channel",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit cf8b5ec

Please sign in to comment.