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

Commit c3394fc

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.1.0 [skip ci]
1 parent 27da70f commit c3394fc

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# 0.1.0 (2024-09-14)
2+
3+
4+
### Bug Fixes
5+
6+
* build project to deploy ([6a33061](https://github.com/EddieHubCommunity/github-trending-repos/commit/6a3306190a6f64d71556da2aae53a75b4a6326b9))
7+
* deploy ([b8fadac](https://github.com/EddieHubCommunity/github-trending-repos/commit/b8fadacbdeb9e7d15a3d1fd042ca4fa9db805fe8))
8+
* deploy caprover file ([5028d83](https://github.com/EddieHubCommunity/github-trending-repos/commit/5028d83181d7fdbac1f049b5a0962b8c244ee718))
9+
* improved logging ([debd867](https://github.com/EddieHubCommunity/github-trending-repos/commit/debd867df84289482a852fdbd17b5a53c786998e))
10+
* removed test cmd on deploy ([095db63](https://github.com/EddieHubCommunity/github-trending-repos/commit/095db63a720fa747c0f73b82096018e8cfdb095d))
11+
* same node version in gh action ([928dbb5](https://github.com/EddieHubCommunity/github-trending-repos/commit/928dbb53b8ba962ca9dd6cbf43ee3d289b8d5b87))
12+
* simplified ([fe1c1f5](https://github.com/EddieHubCommunity/github-trending-repos/commit/fe1c1f509b745f5562987312bca4c9f9d69ce8e9))
13+
* skip release ([ab6b71b](https://github.com/EddieHubCommunity/github-trending-repos/commit/ab6b71bc9a4ff26cdb1ab4f63d6edd41daa92b9f))
14+
* version in app config ([27da70f](https://github.com/EddieHubCommunity/github-trending-repos/commit/27da70fc1b39ee3cbbb742ea59bb0ca89127af95))
15+
* version in app config ([c204f41](https://github.com/EddieHubCommunity/github-trending-repos/commit/c204f415c4dd641ccbed7ecb4101c0b6d85880e7))
16+
17+
18+
### Features
19+
20+
* api toolkit integration ([7545b6f](https://github.com/EddieHubCommunity/github-trending-repos/commit/7545b6f357b4343210b2a6362d2973be0baec35a))
21+
* create release gh action ([ebad27d](https://github.com/EddieHubCommunity/github-trending-repos/commit/ebad27dd2e6448dd9c56d7794c53953551a659f0))
22+
* deploy ([609d36a](https://github.com/EddieHubCommunity/github-trending-repos/commit/609d36a5108c68fd66df9721b7cd9ded527787ac))
23+
* docker deploy ([8078db9](https://github.com/EddieHubCommunity/github-trending-repos/commit/8078db9ce2e7860727c8603c8fb84d0a1b67ffb6))
24+
* get results ([a175be4](https://github.com/EddieHubCommunity/github-trending-repos/commit/a175be42906573afb744d0c0d168a3458746ab30))
25+
* save trending in db ([caaa813](https://github.com/EddieHubCommunity/github-trending-repos/commit/caaa8136e0b9334e18400ff27ba538980c362a5e))
26+
* schedule scrapping github trending ([5dc9324](https://github.com/EddieHubCommunity/github-trending-repos/commit/5dc93247e4868141eaa0808c9ba4959c505a7990))
27+
* scrap trending projects ([9e8f1b8](https://github.com/EddieHubCommunity/github-trending-repos/commit/9e8f1b888fb6b9e78cd9bc8431c5c2bd13c14aa2))
28+
29+
30+

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": "github-trending",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Has your repo been trending on GitHub and you missed it?",
55
"author": "Eddie Jaoude",
66
"private": true,

0 commit comments

Comments
 (0)