Skip to content

Commit

Permalink
Release v3.1.2 (#250)
Browse files Browse the repository at this point in the history
Co-authored-by: Hurby <[email protected]>
Co-authored-by: Marvin <[email protected]>
  • Loading branch information
3 people authored Jan 14, 2025
1 parent 80840d1 commit 5905fe3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Export `TikTok` provider ([#249](https://github.com/pilcrowonpaper/arctic/pull/249)).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "arctic",
"type": "module",
"version": "3.1.1",
"version": "3.1.2",
"description": "OAuth 2.0 clients for popular providers",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export { Slack } from "./providers/slack.js";
export { Spotify } from "./providers/spotify.js";
export { StartGG } from "./providers/startgg.js";
export { Strava } from "./providers/strava.js";
export { TikTok } from "./providers/tiktok.js";
export { Tiltify } from "./providers/tiltify.js";
export { Tumblr } from "./providers/tumblr.js";
export { Twitch } from "./providers/twitch.js";
Expand Down

0 comments on commit 5905fe3

Please sign in to comment.