Skip to content

Commit fed4fdf

Browse files
chore(master): release 1.0.1 (#28)
Co-authored-by: abi-releaser[bot] <125614851+abi-releaser[bot]@users.noreply.github.com>
1 parent 4a72bd7 commit fed4fdf

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.0"
2+
".": "1.0.1"
33
}

CHANGELOG.md

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

3+
## [1.0.1](https://github.com/abinnovision/github-workflow-dispatch-proxy/compare/v1.0.0...v1.0.1) (2024-10-18)
4+
5+
6+
### Bug Fixes
7+
8+
* exclude /healthz requests from auto-logging ([#26](https://github.com/abinnovision/github-workflow-dispatch-proxy/issues/26)) ([b0eeba4](https://github.com/abinnovision/github-workflow-dispatch-proxy/commit/b0eeba4d3d9d21fa3926abb08f2d86b275f8b7d0))
9+
310
## 1.0.0 (2024-10-03)
411

512

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.0",
4+
"version": "1.0.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/abinnoivison/github-workflow-dispatch-proxy"

0 commit comments

Comments
 (0)