diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f2846..3cfb7ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.1.3](https://github.com/EddieHubCommunity/github-trending-repos/compare/v0.1.2...v0.1.3) (2024-09-15) + + +### Bug Fixes + +* cron to run once per day only ([68d68c0](https://github.com/EddieHubCommunity/github-trending-repos/commit/68d68c058814ac745d9d733068aec62abd81f4e6)) + + + ## [0.1.2](https://github.com/EddieHubCommunity/github-trending-repos/compare/v0.1.1...v0.1.2) (2024-09-14) diff --git a/package-lock.json b/package-lock.json index a873d4f..5c3a6a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-trending", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 6cc8e04..f0d833d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-trending", - "version": "0.1.2", + "version": "0.1.3", "description": "Has your repo been trending on GitHub and you missed it?", "author": "Eddie Jaoude", "private": true,