Skip to content

Commit

Permalink
chore(release): prepare release v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesprague committed Sep 25, 2023
1 parent 8d1e171 commit 5e39dcf
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.12.0 (2023-09-25)

* ci(actions): add title flag to create-release ([8d1e171](https://github.com/mikesprague/teams-incoming-webhook-action/commit/8d1e171))
* build(action): set to run on node20 ([3aa9b4c](https://github.com/mikesprague/teams-incoming-webhook-action/commit/3aa9b4c))
* build(npm): add engines section ([409dda1](https://github.com/mikesprague/teams-incoming-webhook-action/commit/409dda1))



## <small>1.11.4 (2023-09-19)</small>

* chore(deps-dev): bump @biomejs/biome from 1.1.2 to 1.2.0 (#234) ([6f71f09](https://github.com/mikesprague/teams-incoming-webhook-action/commit/6f71f09)), closes [#234](https://github.com/mikesprague/teams-incoming-webhook-action/issues/234)
Expand Down
28 changes: 20 additions & 8 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.11.4",
"version": "1.12.0",
"description": "GitHub Action to send an MS Teams notification via Incoming Webhook",
"main": "./src/index.ts",
"private": "true",
Expand Down

0 comments on commit 5e39dcf

Please sign in to comment.