From c3394fc16bca01611aa975b2d9a78f6b2c8cef47 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sat, 14 Sep 2024 14:35:15 +0000 Subject: [PATCH] chore(release): v0.1.0 [skip ci] --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..08ef458 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# 0.1.0 (2024-09-14) + + +### Bug Fixes + +* build project to deploy ([6a33061](https://github.com/EddieHubCommunity/github-trending-repos/commit/6a3306190a6f64d71556da2aae53a75b4a6326b9)) +* deploy ([b8fadac](https://github.com/EddieHubCommunity/github-trending-repos/commit/b8fadacbdeb9e7d15a3d1fd042ca4fa9db805fe8)) +* deploy caprover file ([5028d83](https://github.com/EddieHubCommunity/github-trending-repos/commit/5028d83181d7fdbac1f049b5a0962b8c244ee718)) +* improved logging ([debd867](https://github.com/EddieHubCommunity/github-trending-repos/commit/debd867df84289482a852fdbd17b5a53c786998e)) +* removed test cmd on deploy ([095db63](https://github.com/EddieHubCommunity/github-trending-repos/commit/095db63a720fa747c0f73b82096018e8cfdb095d)) +* same node version in gh action ([928dbb5](https://github.com/EddieHubCommunity/github-trending-repos/commit/928dbb53b8ba962ca9dd6cbf43ee3d289b8d5b87)) +* simplified ([fe1c1f5](https://github.com/EddieHubCommunity/github-trending-repos/commit/fe1c1f509b745f5562987312bca4c9f9d69ce8e9)) +* skip release ([ab6b71b](https://github.com/EddieHubCommunity/github-trending-repos/commit/ab6b71bc9a4ff26cdb1ab4f63d6edd41daa92b9f)) +* version in app config ([27da70f](https://github.com/EddieHubCommunity/github-trending-repos/commit/27da70fc1b39ee3cbbb742ea59bb0ca89127af95)) +* version in app config ([c204f41](https://github.com/EddieHubCommunity/github-trending-repos/commit/c204f415c4dd641ccbed7ecb4101c0b6d85880e7)) + + +### Features + +* api toolkit integration ([7545b6f](https://github.com/EddieHubCommunity/github-trending-repos/commit/7545b6f357b4343210b2a6362d2973be0baec35a)) +* create release gh action ([ebad27d](https://github.com/EddieHubCommunity/github-trending-repos/commit/ebad27dd2e6448dd9c56d7794c53953551a659f0)) +* deploy ([609d36a](https://github.com/EddieHubCommunity/github-trending-repos/commit/609d36a5108c68fd66df9721b7cd9ded527787ac)) +* docker deploy ([8078db9](https://github.com/EddieHubCommunity/github-trending-repos/commit/8078db9ce2e7860727c8603c8fb84d0a1b67ffb6)) +* get results ([a175be4](https://github.com/EddieHubCommunity/github-trending-repos/commit/a175be42906573afb744d0c0d168a3458746ab30)) +* save trending in db ([caaa813](https://github.com/EddieHubCommunity/github-trending-repos/commit/caaa8136e0b9334e18400ff27ba538980c362a5e)) +* schedule scrapping github trending ([5dc9324](https://github.com/EddieHubCommunity/github-trending-repos/commit/5dc93247e4868141eaa0808c9ba4959c505a7990)) +* scrap trending projects ([9e8f1b8](https://github.com/EddieHubCommunity/github-trending-repos/commit/9e8f1b888fb6b9e78cd9bc8431c5c2bd13c14aa2)) + + + diff --git a/package-lock.json b/package-lock.json index c1d40b0..83e5feb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-trending", - "version": "0.0.1", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 926ac95..6d94c1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-trending", - "version": "0.0.1", + "version": "0.1.0", "description": "Has your repo been trending on GitHub and you missed it?", "author": "Eddie Jaoude", "private": true,