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

Commit 595791d

Browse files
Merge release info
Merge new release into main
2 parents dcfd4c7 + 005bd95 commit 595791d

File tree

3 files changed

+11
-32
lines changed

3 files changed

+11
-32
lines changed

CHANGELOG.md

+9-30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [0.2.0](https://github.com/EddieHubCommunity/github-trending-repos/compare/v0.1.4...v0.2.0) (2024-10-18)
2+
3+
4+
### Features
5+
6+
* docker setup for local development ([#29](https://github.com/EddieHubCommunity/github-trending-repos/issues/29)) ([dcfd4c7](https://github.com/EddieHubCommunity/github-trending-repos/commit/dcfd4c7f6011f23c21b02ef30d798b2aa0627fed))
7+
8+
9+
110
## [0.1.4](https://github.com/EddieHubCommunity/github-trending-repos/compare/v0.1.3...v0.1.4) (2024-09-20)
211

312

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

3544

3645

37-
# [0.1.0](https://github.com/EddieHubCommunity/github-trending-repos/compare/9e8f1b888fb6b9e78cd9bc8431c5c2bd13c14aa2...v0.1.0) (2024-09-14)
38-
39-
40-
### Bug Fixes
41-
42-
* build project to deploy ([6a33061](https://github.com/EddieHubCommunity/github-trending-repos/commit/6a3306190a6f64d71556da2aae53a75b4a6326b9))
43-
* deploy ([b8fadac](https://github.com/EddieHubCommunity/github-trending-repos/commit/b8fadacbdeb9e7d15a3d1fd042ca4fa9db805fe8))
44-
* deploy caprover file ([5028d83](https://github.com/EddieHubCommunity/github-trending-repos/commit/5028d83181d7fdbac1f049b5a0962b8c244ee718))
45-
* improved logging ([debd867](https://github.com/EddieHubCommunity/github-trending-repos/commit/debd867df84289482a852fdbd17b5a53c786998e))
46-
* removed test cmd on deploy ([095db63](https://github.com/EddieHubCommunity/github-trending-repos/commit/095db63a720fa747c0f73b82096018e8cfdb095d))
47-
* same node version in gh action ([928dbb5](https://github.com/EddieHubCommunity/github-trending-repos/commit/928dbb53b8ba962ca9dd6cbf43ee3d289b8d5b87))
48-
* simplified ([fe1c1f5](https://github.com/EddieHubCommunity/github-trending-repos/commit/fe1c1f509b745f5562987312bca4c9f9d69ce8e9))
49-
* skip release ([ab6b71b](https://github.com/EddieHubCommunity/github-trending-repos/commit/ab6b71bc9a4ff26cdb1ab4f63d6edd41daa92b9f))
50-
* version in app config ([27da70f](https://github.com/EddieHubCommunity/github-trending-repos/commit/27da70fc1b39ee3cbbb742ea59bb0ca89127af95))
51-
* version in app config ([c204f41](https://github.com/EddieHubCommunity/github-trending-repos/commit/c204f415c4dd641ccbed7ecb4101c0b6d85880e7))
52-
53-
54-
### Features
55-
56-
* api toolkit integration ([7545b6f](https://github.com/EddieHubCommunity/github-trending-repos/commit/7545b6f357b4343210b2a6362d2973be0baec35a))
57-
* create release gh action ([ebad27d](https://github.com/EddieHubCommunity/github-trending-repos/commit/ebad27dd2e6448dd9c56d7794c53953551a659f0))
58-
* deploy ([609d36a](https://github.com/EddieHubCommunity/github-trending-repos/commit/609d36a5108c68fd66df9721b7cd9ded527787ac))
59-
* docker deploy ([8078db9](https://github.com/EddieHubCommunity/github-trending-repos/commit/8078db9ce2e7860727c8603c8fb84d0a1b67ffb6))
60-
* get results ([a175be4](https://github.com/EddieHubCommunity/github-trending-repos/commit/a175be42906573afb744d0c0d168a3458746ab30))
61-
* save trending in db ([caaa813](https://github.com/EddieHubCommunity/github-trending-repos/commit/caaa8136e0b9334e18400ff27ba538980c362a5e))
62-
* schedule scrapping github trending ([5dc9324](https://github.com/EddieHubCommunity/github-trending-repos/commit/5dc93247e4868141eaa0808c9ba4959c505a7990))
63-
* scrap trending projects ([9e8f1b8](https://github.com/EddieHubCommunity/github-trending-repos/commit/9e8f1b888fb6b9e78cd9bc8431c5c2bd13c14aa2))
64-
65-
66-

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-trending",
3-
"version": "0.1.4",
3+
"version": "0.2.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)