Skip to content

Commit d8eb7cd

Browse files
chore(main): release github-event-listener 0.0.2 (#1)
Co-authored-by: opzkit-release-please[bot] <226872226+opzkit-release-please[bot]@users.noreply.github.com>
1 parent 3c3cc15 commit d8eb7cd

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [0.0.2](https://github.com/opzkit/github-event-listener/compare/github-event-listener-v0.0.1...github-event-listener-v0.0.2) (2026-02-23)
4+
5+
6+
### Bug Fixes
7+
8+
* use GH token for release ([3c3cc15](https://github.com/opzkit/github-event-listener/commit/3c3cc15dfe80ff888cd7c8cce2fe9d0243706427))
9+
10+
11+
### Miscellaneous
12+
13+
* initial ([f6ce850](https://github.com/opzkit/github-event-listener/commit/f6ce85063951db778bb5b845fe4b5d63ef476917))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-event-listener",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "GitHub organization webhook listener that publishes events to RabbitMQ",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)