Skip to content

Commit 0d63c8f

Browse files
chore(master): release 1.1.0 (#67)
Co-authored-by: abi-releaser[bot] <125614851+abi-releaser[bot]@users.noreply.github.com>
1 parent 39749fc commit 0d63c8f

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.1"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/abinnovision/github-workflow-dispatch-proxy/compare/v1.0.1...v1.1.0) (2025-06-25)
4+
5+
6+
### Features
7+
8+
* migrate to cross-policy ([#66](https://github.com/abinnovision/github-workflow-dispatch-proxy/issues/66)) ([8a14262](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/8a142624e28a8126690e737663e81301a8d7b6eb))
9+
* set "ref" as optional and fetch the default branch if necessary ([#91](https://github.com/abinnovision/github-workflow-dispatch-proxy/issues/91)) ([4f9b66e](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/4f9b66eedb8063b3666c589b570d7914af8520c8))
10+
* support CEL as policy ([#97](https://github.com/abinnovision/github-workflow-dispatch-proxy/issues/97)) ([976c065](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/976c065ae0f535d8263788cb15168576b54fe3ec))
11+
12+
13+
### Bug Fixes
14+
15+
* add warning log when request body is invalid ([39749fc](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/39749fcc1870c3a230e0aee5308eb4149793a360))
16+
317
## [1.0.1](https://github.com/abinnovision/github-workflow-dispatch-proxy/compare/v1.0.0...v1.0.1) (2024-10-18)
418

519

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "github-workflow-dispatch-proxy",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/abinnoivison/github-workflow-dispatch-proxy"

0 commit comments

Comments
 (0)