Skip to content

Commit

Permalink
chore(main): release 0.5.0 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcommitshow authored Oct 18, 2024
1 parent f152d39 commit bc77ef0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.5.0](https://github.com/gitcommitshow/rudder-github-app/compare/v0.4.1...v0.5.0) (2024-10-18)


### Features

* add a pr list page ([#57](https://github.com/gitcommitshow/rudder-github-app/issues/57)) ([f152d39](https://github.com/gitcommitshow/rudder-github-app/commit/f152d3966b24f329e320e950ea16d070fd73b67f))


### Bug Fixes

* missed null checks ([#54](https://github.com/gitcommitshow/rudder-github-app/issues/54)) ([2739f74](https://github.com/gitcommitshow/rudder-github-app/commit/2739f74455880a56448aa1bbc6f2d9fdfb003aa2))

## [0.4.1](https://github.com/gitcommitshow/rudder-github-app/compare/v0.4.0...v0.4.1) (2024-09-27)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rudder_github_app",
"description": "Assistant for external contributors",
"private": false,
"version": "0.4.1",
"version": "0.5.0",
"type": "module",
"scripts": {
"lint": "standard",
Expand Down

0 comments on commit bc77ef0

Please sign in to comment.