Skip to content

Commit 9117036

Browse files
chore(main): release 0.5.1 (#62)
1 parent cdbfe07 commit 9117036

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## [0.5.1](https://github.com/gitcommitshow/rudder-github-app/compare/v0.5.0...v0.5.1) (2024-10-18)
4+
5+
6+
### Bug Fixes
7+
8+
* replace cache value with the boolean output ([#61](https://github.com/gitcommitshow/rudder-github-app/issues/61)) ([cdbfe07](https://github.com/gitcommitshow/rudder-github-app/commit/cdbfe07f25d7c4697a2e86a5602e00dd2ae5f499))
9+
310
## [0.5.0](https://github.com/gitcommitshow/rudder-github-app/compare/v0.4.1...v0.5.0) (2024-10-18)
411

512

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
@@ -2,7 +2,7 @@
22
"name": "rudder_github_app",
33
"description": "Assistant for external contributors",
44
"private": false,
5-
"version": "0.5.0",
5+
"version": "0.5.1",
66
"type": "module",
77
"scripts": {
88
"lint": "standard",

0 commit comments

Comments
 (0)