Skip to content

Commit

Permalink
chore(release): prepare release v1.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesprague committed Feb 23, 2023
1 parent fa51d77 commit 1aa31a6
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 39 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## <small>1.9.7 (2023-02-23)</small>

* chore(deps-dev): bump cz-git from 1.4.1 to 1.5.0 (#102) ([1818764](https://github.com/mikesprague/teams-incoming-webhook-action/commit/1818764)), closes [#102](https://github.com/mikesprague/teams-incoming-webhook-action/issues/102)
* chore(deps-dev): bump eslint from 8.33.0 to 8.34.0 (#100) ([38d210c](https://github.com/mikesprague/teams-incoming-webhook-action/commit/38d210c)), closes [#100](https://github.com/mikesprague/teams-incoming-webhook-action/issues/100)
* chore(deps-dev): bump prettier from 2.8.3 to 2.8.4 (#99) ([2d04b67](https://github.com/mikesprague/teams-incoming-webhook-action/commit/2d04b67)), closes [#99](https://github.com/mikesprague/teams-incoming-webhook-action/issues/99)
* chore(deps): bump axios from 1.3.0 to 1.3.1 (#97) ([ab28b17](https://github.com/mikesprague/teams-incoming-webhook-action/commit/ab28b17)), closes [#97](https://github.com/mikesprague/teams-incoming-webhook-action/issues/97)
* chore(deps): bump axios from 1.3.1 to 1.3.2 (#98) ([0255e3d](https://github.com/mikesprague/teams-incoming-webhook-action/commit/0255e3d)), closes [#98](https://github.com/mikesprague/teams-incoming-webhook-action/issues/98)
* chore(deps): bump axios from 1.3.2 to 1.3.3 (#101) ([54216be](https://github.com/mikesprague/teams-incoming-webhook-action/commit/54216be)), closes [#101](https://github.com/mikesprague/teams-incoming-webhook-action/issues/101)
* chore(deps): bump axios from 1.3.3 to 1.3.4 (#104) ([fa51d77](https://github.com/mikesprague/teams-incoming-webhook-action/commit/fa51d77)), closes [#104](https://github.com/mikesprague/teams-incoming-webhook-action/issues/104)



## <small>1.9.6 (2023-02-01)</small>

* chore: add CODEOWNERS file ([b98d6b8](https://github.com/mikesprague/teams-incoming-webhook-action/commit/b98d6b8))
Expand Down
92 changes: 57 additions & 35 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.9.6",
"version": "1.9.7",
"description": "GitHub Action to send an MS Teams notification via Incoming Webhook",
"exports": "./src/index.js",
"private": "true",
Expand Down

0 comments on commit 1aa31a6

Please sign in to comment.