Skip to content

Commit

Permalink
feat: v4.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Sep 26, 2024
1 parent 0e343fc commit ed253e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

### v4.46.0 (2024-09-27)

**Feature**

- Use `Threads` instead of `Twitter`.

### v4.45.0 (2024-09-12)

**Feature**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surmon.me",
"version": "4.45.2",
"version": "4.46.0",
"description": "Surmon.me blog",
"author": "Surmon",
"license": "MIT",
Expand Down
3 changes: 0 additions & 3 deletions src/config/bff.yargs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@ const argv = yargs(process.argv.slice(2)).argv
export const YOUTUBE_API_KEY = argv.youtube_token
export const INSTAGRAM_TOKEN = argv.instagram_token
export const THREADS_TOKEN = argv.threads_token

// MARK: deprecated
export const ZHIHU_COOKIE = '' ?? argv.zhihu_cookie
export const WEB_SCRAPER_TOKEN = '' ?? argv.web_scraper_token

0 comments on commit ed253e6

Please sign in to comment.