Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit d36dcfa

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.5.0 [skip ci]
1 parent 44d4a8b commit d36dcfa

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [0.5.0](https://github.com/EddieHubCommunity/RepoRater/compare/v0.4.0...v0.5.0) (2024-07-14)
2+
3+
4+
### Features
5+
6+
* run linter pre commit + gh action ([44d4a8b](https://github.com/EddieHubCommunity/RepoRater/commit/44d4a8b0de51b8064893ee69e7f6af6015bb7e72))
7+
8+
9+
110
# [0.4.0](https://github.com/EddieHubCommunity/RepoRater/compare/v0.3.1...v0.4.0) (2024-06-30)
211

312

@@ -34,12 +43,3 @@
3443

3544

3645

37-
## [0.2.1](https://github.com/EddieHubCommunity/RepoRater/compare/v0.2.0...v0.2.1) (2024-06-30)
38-
39-
40-
### Bug Fixes
41-
42-
* text not visible text-gray-400 ([#138](https://github.com/EddieHubCommunity/RepoRater/issues/138)) ([0c2b088](https://github.com/EddieHubCommunity/RepoRater/commit/0c2b0881a7dc241c459745c32fb6c1003b6a5533))
43-
44-
45-

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
{
22
"name": "repo-rater4",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

src/config/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.3.0"
2+
"version": "0.4.0"
33
}

0 commit comments

Comments
 (0)