Skip to content

Commit

Permalink
chore(release): prepare release v1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesprague committed Sep 26, 2023
1 parent 47b3ddb commit 48ad200
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 70 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## <small>1.13.1 (2023-09-26)</small>

* chore(deps): bump @octokit/rest from 20.0.1 to 20.0.2 (#237) ([47b3ddb](https://github.com/mikesprague/teams-incoming-webhook-action/commit/47b3ddb)), closes [#237](https://github.com/mikesprague/teams-incoming-webhook-action/issues/237)



## 1.13.0 (2023-09-25)

* feat: support URLs that don't start with github.com (closes #236) ([1858a77](https://github.com/mikesprague/teams-incoming-webhook-action/commit/1858a77)), closes [#236](https://github.com/mikesprague/teams-incoming-webhook-action/issues/236)
Expand Down
123 changes: 57 additions & 66 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

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": "teams-incoming-webhook-action",
"version": "1.13.0",
"version": "1.13.1",
"description": "GitHub Action to send an MS Teams notification via Incoming Webhook",
"main": "./src/index.ts",
"private": "true",
Expand Down

0 comments on commit 48ad200

Please sign in to comment.