Skip to content

Commit a1cad56

Browse files
authored
Merge pull request #2 from flayks/release-please--branches--main--components--sanity-plugin-webhooks-trigger
chore(main): release 0.2.3
2 parents 5848322 + 9e68fbe commit a1cad56

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Changelog
2+
3+
## [0.2.3](https://github.com/flayks/sanity-plugin-webhooks-trigger/compare/v0.2.2...v0.2.3) (2024-07-01)
4+
5+
6+
### Bug Fixes
7+
8+
* check for Github hostname instead of string includes ([901b87f](https://github.com/flayks/sanity-plugin-webhooks-trigger/commit/901b87f35951973975a39c6631c4d1936bd156b1))
9+
110
## [0.2.2](https://github.com/flayks/sanity-plugin-webhooks-trigger/compare/v0.2.0...v0.2.2) (2024-06-28)
211

312

@@ -7,13 +16,10 @@
716

817

918

10-
# [0.2.0](https://github.com/flayks/sanity-plugin-webhooks-trigger/compare/a9390cf4feacc4fa3faf8ac04a17feeaedc4934f...v0.2.0) (2024-06-28)
19+
## [0.2.0](https://github.com/flayks/sanity-plugin-webhooks-trigger/compare/a9390cf4feacc4fa3faf8ac04a17feeaedc4934f...v0.2.0) (2024-06-28)
1120

1221

1322
### Features
1423

1524
* encrypt auth token if existing ([4e1f0c6](https://github.com/flayks/sanity-plugin-webhooks-trigger/commit/4e1f0c6f8afd712c02e2dc7d303cb753da411d58))
1625
* replace processing button with Spinner ([a9390cf](https://github.com/flayks/sanity-plugin-webhooks-trigger/commit/a9390cf4feacc4fa3faf8ac04a17feeaedc4934f))
17-
18-
19-

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sanity-plugin-webhooks-trigger",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "",
55
"keywords": [
66
"sanity",

0 commit comments

Comments
 (0)