diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 839da56..3c42ca0 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -54,3 +54,9 @@ jobs: git status git commit -m "Push to gh-pages" git push -f https://$GITHUB_ACTOR:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git HEAD:$BRANCH + + - name: Send Notification + uses: haishanh/actions-telegram-notification@v1 + with: + notification-token: ${{ secrets.TG_NOTIFICATION_TOKEN }} + job-status: ${{ job.status }} diff --git a/CHANGELOG.md b/CHANGELOG.md index cb9c282..67cfd39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.2.2](https://github.com/haishanh/yacd/compare/v0.2.1...v0.2.2) (2020-08-01) + +Added: + +- a simple about page + +Removed: + +- logo in sidebar + ## [0.2.1](https://github.com/haishanh/yacd/compare/v0.2.0...v0.2.1) (2020-07-13) Fixed: diff --git a/package.json b/package.json index de06fa4..b94a6f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yacd", - "version": "0.2.1", + "version": "0.2.2", "description": "Yet another Clash dashboard", "scripts": { "lint": "eslint --fix --cache src",